Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / GridLinesWidth Property


In This Topic
    GridLinesWidth Property
    In This Topic
    Gets or sets the width of the lines between cells.
    Syntax
    'Declaration
     
    
    Public Property GridLinesWidth As Double
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Double
     
    instance.GridLinesWidth = value
     
    value = instance.GridLinesWidth
    public double GridLinesWidth {get; set;}
    See Also