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