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


In This Topic
    TextColor Property (GridRow)
    In This Topic
    Gets or sets the UIKit.UIColor used to paint the foreground of cells in this row.
    Syntax
    'Declaration
     
    
    Public Property TextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridRow
    Dim value As UIKit.UIColor
     
    instance.TextColor = value
     
    value = instance.TextColor
    public UIKit.UIColor TextColor {get; set;}
    See Also