RowBackgroundColor Property
In This Topic
Gets or sets the UIKit.UIColor that is used to paint row backgrounds.
Syntax
'Declaration
<Foundation.ExportAttribute("RowBackgroundColor")>
<BrowsableAttribute(True)>
Public Property RowBackgroundColor As UIKit.UIColor
'Usage
Dim instance As GridBase
Dim value As UIKit.UIColor
instance.RowBackgroundColor = value
value = instance.RowBackgroundColor
[Foundation.Export("RowBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor RowBackgroundColor {get; set;}
See Also