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