[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.GroupShapeLocks

GroupShapeLocks Enum

Represents all locking properties for a group shape.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[Flags]
public enum GroupShapeLocks
<Flags>
Public Enum GroupShapeLocks

Fields

Name 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.