ComponentOne Xamarin.iOS
SelectionAdornerBorderColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : SelectionAdornerBorderColor Property
Gets or sets the UIKit.UIColor of the selection adorner border.
Syntax
'Declaration
 
<Foundation.ExportAttribute("SelectionAdornerBorderColor")>
<BrowsableAttribute(True)>
Public Property SelectionAdornerBorderColor As UIKit.UIColor
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.SelectionAdornerBorderColor = value
 
value = instance.SelectionAdornerBorderColor
[Foundation.Export("SelectionAdornerBorderColor")]
[Browsable(true)]
public UIKit.UIColor SelectionAdornerBorderColor {get; set;}
See Also

Reference

GridBase Class
GridBase Members