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