ComponentOne Xamarin.iOS
RowBackgroundColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : RowBackgroundColor Property
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

Reference

GridBase Class
GridBase Members