Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / TextColor Property


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