Smoothed Property (Lines)
In This Topic
Gets or sets whether the points are connected with smooth lines.
Syntax
'Declaration
Public Property Smoothed As Boolean
'Usage
Dim instance As Lines
Dim value As Boolean
instance.Smoothed = value
value = instance.Smoothed
public bool Smoothed {get; set;}
See Also