Skip to main content
All docs
V25.1
  • ConnectorLockSettings Members

    Contains lock settings for shape connectors.

    Constructors

    Name Description
    ConnectorLockSettings() Initializes a new instance of the ConnectorLockSettings class.

    Properties

    Name Description
    DisableArrowheadsChange Disables changes to connector arrowheads for users. Inherited from DrawingObjectLockSettings.
    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. Inherited from DrawingObjectLockSettings.
    DisableMoving Disables the ability to move the current shape on the slide. Inherited from CommonObjectLockSettings.
    DisablePointsEdit Disables the ability to edit shape points. Inherited from DrawingObjectLockSettings.
    DisableResize Disables shape resize handles. Inherited from DrawingObjectLockSettings.
    DisableRotation Disables the shape rotation handle. Inherited from DrawingObjectLockSettings.
    DisableSelection Disables selection for the current shape. Inherited from CommonObjectLockSettings.
    DisableShapeTypeChange Disables the ability to change the shape type. Inherited from DrawingObjectLockSettings.
    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