Skip to main content

DiagramEditingBuilder Members

Provides methods that allow you to configure nested options of the client-side editing object.

Constructors

Name Description
DiagramEditingBuilder(OptionsOwnerContext) Initializes a new instance of the DiagramEditingBuilder class with specified settings.

Methods

Name Description
AllowAddShape(JS) Mirrors the client-side allowAddShape option.
AllowAddShape(Boolean) Mirrors the client-side allowAddShape option.
AllowChangeConnection(JS) Mirrors the client-side allowChangeConnection option.
AllowChangeConnection(Boolean) Mirrors the client-side allowChangeConnection option.
AllowChangeConnectorPoints(JS) Mirrors the client-side allowChangeConnectorPoints option.
AllowChangeConnectorPoints(Boolean) Mirrors the client-side allowChangeConnectorPoints option.
AllowChangeConnectorText(JS) Mirrors the client-side allowChangeConnectorText option.
AllowChangeConnectorText(Boolean) Mirrors the client-side allowChangeConnectorText option.
AllowChangeShapeText(JS) Mirrors the client-side allowChangeShapeText option.
AllowChangeShapeText(Boolean) Mirrors the client-side allowChangeShapeText option.
AllowDeleteConnector(JS) Mirrors the client-side allowDeleteConnector option.
AllowDeleteConnector(Boolean) Mirrors the client-side allowDeleteConnector option.
AllowDeleteShape(JS) Mirrors the client-side allowDeleteShape option.
AllowDeleteShape(Boolean) Mirrors the client-side allowDeleteShape option.
AllowMoveShape(JS) Mirrors the client-side allowMoveShape option.
AllowMoveShape(Boolean) Mirrors the client-side allowMoveShape option.
AllowResizeShape(JS) Mirrors the client-side allowResizeShape option.
AllowResizeShape(Boolean) Mirrors the client-side allowResizeShape option.
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.
Option(String, Object) Specifies an option by its name.
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