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


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