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 Area
Dim value As Boolean
instance.IsClosed = value
value = instance.IsClosed
public bool IsClosed {get; set;}
See Also