IConnectorLock
Contents
[
Hide
]IConnectorLock interface
Determines which operations are disabled on the parent Connector.
public interface IConnectorLock : IBaseShapeLock
Properties
Name | Description |
---|---|
AdjustHandlesLocked { get; set; } | Determines whether a changing adjust values is forbidden. Read/write Boolean. |
ArrowheadsLocked { get; set; } | Determines whether a changing arrowheads is forbidden. Read/write Boolean. |
AsIBaseShapeLock { get; } | Allows to get base IBaseShapeLock interface. Read-only IBaseShapeLock . |
AspectRatioLocked { get; set; } | Determines whether a shape have to preserve aspect ratio on resizing. Read/write Boolean. |
EditPointsLocked { get; set; } | Determines whether a direct changing of contour of this shape is forbidden. Read/write Boolean. |
GroupingLocked { get; set; } | Determines whether an adding this shape to a group is forbidden. Read/write Boolean. |
PositionMove { get; set; } | Determines whether a moving this shape is forbidden. Read/write Boolean. |
RotateLocked { get; set; } | Determines whether a changing rotation angle of this shape is forbidden. Read/write Boolean. |
SelectLocked { get; set; } | Determines whether a selecting this shape is forbidden. Read/write Boolean. |
ShapeTypeLocked { get; set; } | Determines whether a changing of a shape type is forbidden. Read/write Boolean. |
SizeLocked { get; set; } | Determines whether a resizing this shape is forbidden. Read/write Boolean. |
See Also
- interface IBaseShapeLock
- namespace Aspose.Slides
- assembly Aspose.Slides