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


In This Topic
    GridLinesColor Property
    In This Topic
    Gets or sets the Nullable that is used to paint the lines between cells.
    Syntax
    'Declaration
     
    
    Public Property GridLinesColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.GridLinesColor = value
     
    value = instance.GridLinesColor
    public Nullable<Color> GridLinesColor {get; set;}
    See Also