Gets or sets the line style (dotted, dashed, inset, and so on.).
Syntax
'Declaration
Public Property Style As LineStyle
'Usage
Dim instance As Line
Dim value As LineStyle
instance.Style = value
value = instance.Style
public LineStyle Style {get; set;}
Property Value
One of the
LineStyle values that indicates the style.
See Also