Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / SelectionTextColor Property


In This Topic
    SelectionTextColor Property (GridBase)
    In This Topic
    Gets or sets the Nullable of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionTextColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.SelectionTextColor = value
     
    value = instance.SelectionTextColor
    public Nullable<Color> SelectionTextColor {get; set;}
    See Also