IsClosed Property (StepLines)
In This Topic
Gets or sets whether the figure from data points is closed.
Syntax
'Declaration
Public Property IsClosed As Boolean
'Usage
Dim instance As StepLines
Dim value As Boolean
instance.IsClosed = value
value = instance.IsClosed
public bool IsClosed {get; set;}
See Also