In This Topic
Gets or sets whether the area inside points is filled.
Syntax
'Declaration
Public Property IsFilled As Boolean
'Usage
Dim instance As Area
Dim value As Boolean
instance.IsFilled = value
value = instance.IsFilled
public bool IsFilled {get; set;}
See Also