IGroupShapeLock
Contents
[
Hide
]
IGroupShapeLock class
Determines which operations are disabled on the parent GroupShape.
The IGroupShapeLock type exposes the following members:
Properties
Name | Description |
---|---|
grouping_locked | Determines whether adding this shape to a group is forbidden. Read/write bool. |
ungrouping_locked | Determines whether splitting this groupshape is forbidden. Read/write bool. |
select_locked | Determines whether selecting this shape is forbidden. Read/write bool. |
rotation_locked | Determines whether changing rotation angle of this shape is forbidden. Read/write bool. |
aspect_ratio_locked | Determines whether shape have to preserve aspect ratio on resizing. Read/write bool. |
position_locked | Determines whether moving this shape is forbidden. Read/write bool. |
size_locked | Determines whether resizing this shape is forbidden. Read/write bool. |
as_i_base_shape_lock | Allows to get base IBaseShapeLock interface. Read-only IBaseShapeLock. |
no_locks | Return true if all lock-flags are disabled. Read-only bool. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides