'Declaration
Public Enum GroupShapeLocks Inherits System.Enum
'Usage
Dim instance As GroupShapeLocks
public enum GroupShapeLocks : System.Enum
'Declaration
Public Enum GroupShapeLocks Inherits System.Enum
'Usage
Dim instance As GroupShapeLocks
public enum GroupShapeLocks : System.Enum
Member | Description |
---|---|
Aspect | Specifies that the application should not allow aspect ratio changes for the corresponding connection shape. |
Group | Specifies that the application should not allow shape grouping for the corresponding connection shape. |
Move | Specifies that the application should not allow position changes for the corresponding connection shape. |
None | Specifies that there is no locking. |
Resize | Specifies that the application should not allow size changes for the corresponding connection shape. |
Rotate | Specifies that the application should not allow shape rotation changes for the corresponding connection shape. |
Select | Specifies that the application should not allow selecting of the corresponding connection shape. |
Ungroup | Specifies that the generating application should not show adjust handles for the corresponding connection shape. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.GroupShapeLocks