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
[Foundation.Export("SelectionAdornerColor")]
[Browsable(true)]
public UIKit.UIColor SelectionAdornerColor {get; set;}
See Also