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