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


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