Width Property (LineShape)
Gets or sets the width of the line shape.
public override int Width {get; set;}
'Declaration
Public Overrides Property Width As Integer
'Usage
Dim instance As LineShape
Dim value As Integer
instance.Width = value
value = instance.Width