[Foundation.Export("SelectionTextColor")] [Browsable(true)] public UIKit.UIColor SelectionTextColor {get; set;}
'Declaration
<Foundation.ExportAttribute("SelectionTextColor")> <BrowsableAttribute(True)> Public Property SelectionTextColor As UIKit.UIColor
'Usage
Dim instance As GridBase Dim value As UIKit.UIColor instance.SelectionTextColor = value value = instance.SelectionTextColor