Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShapeLocks Enumeration


In This Topic
    GroupShapeLocks Enumeration
    In This Topic
    Represents all locking properties for a group shape.
    Syntax
    'Declaration
     
    
    Public Enum GroupShapeLocks 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GroupShapeLocks
    public enum GroupShapeLocks : System.Enum 
    Members
    MemberDescription
    AspectSpecifies that the application should not allow aspect ratio changes for the corresponding connection shape.
    GroupSpecifies that the application should not allow shape grouping for the corresponding connection shape.
    MoveSpecifies that the application should not allow position changes for the corresponding connection shape.
    NoneSpecifies that there is no locking.
    ResizeSpecifies that the application should not allow size changes for the corresponding connection shape.
    RotateSpecifies that the application should not allow shape rotation changes for the corresponding connection shape.
    SelectSpecifies that the application should not allow selecting of the corresponding connection shape.
    UngroupSpecifies that the generating application should not show adjust handles for the corresponding connection shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.GroupShapeLocks

    See Also