Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / EditorTextColor Property


In This Topic
    EditorTextColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color that is used to paint the foreground of cells in edit mode.
    Syntax
    'Declaration
     
    
    Public Property EditorTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.EditorTextColor = value
     
    value = instance.EditorTextColor
    public Xamarin.Forms.Color EditorTextColor {get; set;}
    See Also