NewRowBackgroundColor Property
In This Topic
Gets or sets the UIKit.UIColor of the new row background.
Syntax
'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
[Foundation.Export("NewRowBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor NewRowBackgroundColor {get; set;}
See Also