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