In This Topic
Gets or sets the width of the face border.
Syntax
'Declaration
Public Property FaceBorderWidth As Double
'Usage
Dim instance As C1Gauge
Dim value As Double
instance.FaceBorderWidth = value
value = instance.FaceBorderWidth
public double FaceBorderWidth {get; set;}
See Also