ComponentOne Xamarin.iOS
GridLinesWidth Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : GridLinesWidth Property
Gets or sets the width of the lines between cells.
Syntax
'Declaration
 
<Foundation.ExportAttribute("GridLinesWidth")>
<BrowsableAttribute(True)>
Public Property GridLinesWidth As Double
'Usage
 
Dim instance As GridBase
Dim value As Double
 
instance.GridLinesWidth = value
 
value = instance.GridLinesWidth
[Foundation.Export("GridLinesWidth")]
[Browsable(true)]
public double GridLinesWidth {get; set;}
See Also

Reference

GridBase Class
GridBase Members