ComponentOne Xamarin.iOS
TextColor Property (GridBase)


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

Reference

GridBase Class
GridBase Members