ComponentOne Xamarin.iOS
HeaderTextColor Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : HeaderTextColor Property
Gets or sets the UIKit.UIColor used to paint the foreground of header cells in this row.
Syntax
'Declaration
 
Public Property HeaderTextColor As UIKit.UIColor
'Usage
 
Dim instance As GridRow
Dim value As UIKit.UIColor
 
instance.HeaderTextColor = value
 
value = instance.HeaderTextColor
public UIKit.UIColor HeaderTextColor {get; set;}
See Also

Reference

GridRow Class
GridRow Members