C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / SelectionAdornerColor Property


In This Topic
SelectionAdornerColor Property
In This Topic
Gets or sets the UIKit.UIColor of the selection adorner.
Syntax
'Declaration
 
<Foundation.ExportAttribute("SelectionAdornerColor")>
<BrowsableAttribute(True)>
Public Property SelectionAdornerColor As UIKit.UIColor
 
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.SelectionAdornerColor = value
 
value = instance.SelectionAdornerColor
See Also