'Declaration
Public ReadOnly Property IsClosedPath As Boolean
'Usage
Dim instance As GeometryDrawing Dim value As Boolean value = instance.IsClosedPath
public bool IsClosedPath {get;}
Property Value
true
if this GeometryDrawing is closed; otherwise, false
.