Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / NewRowTextColor Property


In This Topic
    NewRowTextColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color of the text and glyphs of the new row.
    Syntax
    'Declaration
     
    
    Public Property NewRowTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Xamarin.Forms.Color
     
    instance.NewRowTextColor = value
     
    value = instance.NewRowTextColor
    public Xamarin.Forms.Color NewRowTextColor {get; set;}
    See Also