Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / TextColor Property


In This Topic
    TextColor Property (GridBase)
    In This Topic
    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