RowHeaderTextColor Property
In This Topic
Gets or sets the UIKit.UIColor of the row header text and glyphs.
Syntax
'Declaration
<Foundation.ExportAttribute("RowHeaderTextColor")>
<BrowsableAttribute(True)>
Public Property RowHeaderTextColor As UIKit.UIColor
'Usage
Dim instance As GridBase
Dim value As UIKit.UIColor
instance.RowHeaderTextColor = value
value = instance.RowHeaderTextColor
[Foundation.Export("RowHeaderTextColor")]
[Browsable(true)]
public UIKit.UIColor RowHeaderTextColor {get; set;}
See Also