DrawingObjectLockSettings Members
A base class of lock settings for drawing objects.Properties
| Name | Description |
|---|---|
| DisableArrowheadsChange | Disables changes to connector arrowheads for users. |
| DisableAspectRatioChange | Disables aspect ratio changes for the current shape. Inherited from CommonObjectLockSettings. |
| DisableGrouping | Disables the ability to combine the current shape with other shapes in a group. Inherited from CommonObjectLockSettings. |
| DisableHandles | Disables handles of shape connectors. |
| DisableMoving | Disables the ability to move the current shape on the slide. Inherited from CommonObjectLockSettings. |
| DisablePointsEdit | Disables the ability to edit shape points. |
| DisableResize | Disables shape resize handles. |
| DisableRotation | Disables the shape rotation handle. |
| DisableSelection | Disables selection for the current shape. Inherited from CommonObjectLockSettings. |
| DisableShapeTypeChange | Disables the ability to change the shape type. |
| IsEmpty | Inherited from CommonObjectLockSettings. |
Methods
| Name | Description |
|---|---|
| Clone() | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also