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


In This Topic
    GridLinesColor Property
    In This Topic
    Gets or sets the UIKit.UIColor that is used to paint the lines between cells.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("GridLinesColor")>
    <BrowsableAttribute(True)>
    Public Property GridLinesColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIColor
     
    instance.GridLinesColor = value
     
    value = instance.GridLinesColor
    [Foundation.Export("GridLinesColor")]
    [Browsable(true)]
    public UIKit.UIColor GridLinesColor {get; set;}
    See Also