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