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


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