[]
Represents all locking properties for a graphic frame.
[Flags]
public enum GraphicFrameLocks
<Flags>
Public Enum GraphicFrameLocks
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. |
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. |