ImageGear .NET - Updated August 31, 2018
IsClosed Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class : IsClosed Property
Gets or sets a value indicating whether the polyline is closed.
Syntax
'Declaration
 
Public Property IsClosed As Boolean
 
'Usage
 
Dim instance As ImGearARTPolyline
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed

Property Value

Boolean value.
Remarks
The default value is false.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members