C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / GridLinesColor Property


In This Topic
GridLinesColor Property
In This Topic
Gets or sets the Xamarin.Forms.Color that is used to paint the lines between cells.
Syntax
'Declaration
 
Public Property GridLinesColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As GridBase
Dim value As Xamarin.Forms.Color
 
instance.GridLinesColor = value
 
value = instance.GridLinesColor
See Also