'Declaration <FlagsAttribute()> Public Enum GraphicFrameLocks Inherits System.Enum
'Usage Dim instance As GraphicFrameLocks
[Flags()] public enum GraphicFrameLocks : System.Enum
'Declaration <FlagsAttribute()> Public Enum GraphicFrameLocks Inherits System.Enum
'Usage Dim instance As GraphicFrameLocks
[Flags()] public enum GraphicFrameLocks : 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. |
Select | Specifies that the application should not allow selecting of the corresponding connection shape. |
SelectChildren | Specifies that the generating application should not allow selecting of objects within the corresponding graphic frame but allow selecting of the graphic frame itself. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.GraphicFrameLocks