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