ComponentOne Xamarin.iOS
NewRowTextColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : NewRowTextColor Property
Gets or sets the UIKit.UIColor of the text and glyphs of the new row.
Syntax
'Declaration
 
<Foundation.ExportAttribute("NewRowTextColor")>
<BrowsableAttribute(True)>
Public Property NewRowTextColor As UIKit.UIColor
'Usage
 
Dim instance As FlexGrid
Dim value As UIKit.UIColor
 
instance.NewRowTextColor = value
 
value = instance.NewRowTextColor
[Foundation.Export("NewRowTextColor")]
[Browsable(true)]
public UIKit.UIColor NewRowTextColor {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members