ComponentOne Xamarin.iOS
RowHeaderTextColor Property


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

Reference

GridBase Class
GridBase Members