Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / IsClosedPath Property


In This Topic
IsClosedPath Property
In This Topic
Gets a value indicating whether this GeometryDrawing is closed path.
Syntax
'Declaration
 
Public ReadOnly Property IsClosedPath As Boolean
 
'Usage
 
Dim instance As GeometryDrawing
Dim value As Boolean
 
value = instance.IsClosedPath

Property Value

true if this GeometryDrawing is closed; otherwise, false.
See Also