Spread Windows Forms 15.0
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
    public bool IsClosedPath {get;}

    Property Value

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