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


In This Topic
    CursorTextColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color that is used to paint the text of cursor cell.
    Syntax
    'Declaration
     
    
    Public Property CursorTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.CursorTextColor = value
     
    value = instance.CursorTextColor
    public Xamarin.Forms.Color CursorTextColor {get; set;}
    See Also