BorderWidth Property (GridBase)
Gets or sets the width of the border.
public double BorderWidth {get; set;}
'Declaration
Public Property BorderWidth As Double
'Usage
Dim instance As GridBase
Dim value As Double
instance.BorderWidth = value
value = instance.BorderWidth