Thickness Property (LineShape)
In This Topic
Gets or sets the thickness of the line.
Syntax
'Declaration
Public Overridable Property Thickness As Single
'Usage
Dim instance As LineShape
Dim value As Single
instance.Thickness = value
value = instance.Thickness
public virtual float Thickness {get; set;}
See Also