Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / CanEditPoints Property


In This Topic
    CanEditPoints Property (Shape)
    In This Topic
    Gets a boolean value indicating whether this shape can be edit.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanEditPoints As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.CanEditPoints
    public virtual bool CanEditPoints {get;}
    See Also