Click or drag to resize

ConnectorLocking Class

Indicates which operations are disabled on the parent Connector.
Inheritance Hierarchy

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ConnectorLocking : SimpleShapeBaseLocking

The ConnectorLocking type exposes the following members.

Properties
Name Description
Public property AdjustHandlesProtection
Indicates whether a changing adjust values Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property ArrowheadChangesProtection
Indicates whether a changing arrowheads Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property AspectRatioProtection
Indicates whether a shape have to preserve aspect ratio on resizing.
(Inherited from SimpleShapeBaseLocking .)
Public property EditPointProtection
Indicates whether a direct changing of contour of this shape Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property GroupingProtection
Indicates whether an adding this shape to a group Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property HasLocks (Inherited from BaseShapeLocking .)
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property PositionProtection
Indicates whether a moving this shape Disallow.
(Inherited from SimpleShapeBaseLocking .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property ResizeProtection
Indicates whether a resizing this shape Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property RotationProtection
Indicates whether a changing rotation angle of this shape Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property SelectionProtection
Indicates whether a selecting this shape Disallow.
(Inherited from SimpleShapeBaseLocking .)
Public property ShapeTypeProtection
Indicates whether a changing of a shape type Disallow.
(Inherited from SimpleShapeBaseLocking .)
Top
Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Protected method SetParent (Inherited from PptObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also