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


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