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


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