Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData Class / IsEditingShapeNodes Property


In This Topic
    IsEditingShapeNodes Property
    In This Topic
    A boolean value checks whether this data supports editing nodes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEditingShapeNodes As Boolean
    'Usage
     
    
    Dim instance As ShapeEditingData
    Dim value As Boolean
     
    value = instance.IsEditingShapeNodes
    public bool IsEditingShapeNodes {get;}
    See Also