DiagramDefaultItemPropertiesBuilder Methods
Provides methods that allow you to configure nested options of the client-side defaultItemProperties object.Name | Description |
---|---|
ConnectorLineEnd(DiagramConnectorLineEnd) | Mirrors the client-side connectorLineEnd option. |
ConnectorLineStart(DiagramConnectorLineEnd) | Specifies the default tip of a connector's start point. Mirrors the client-side connectorLineStart option. |
ConnectorLineType(DiagramConnectorLineType) | Specifies the default type of a connector. Mirrors the client-side connectorLineType 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. |
ShapeMaxHeight(JS) | Specifies the default maximum height of a shape. Mirrors the client-side shapeMaxHeight option. |
ShapeMaxHeight(Double) | Specifies the default maximum height of a shape. Mirrors the client-side shapeMaxHeight option. |
ShapeMaxWidth(JS) | Specifies the default maximum width of a shape. Mirrors the client-side shapeMaxWidth option. |
ShapeMaxWidth(Double) | Specifies the default maximum width of a shape. Mirrors the client-side shapeMaxWidth option. |
ShapeMinHeight(JS) | Specifies the default minimum height of a shape. Mirrors the client-side shapeMinHeight option. |
ShapeMinHeight(Double) | Specifies the default minimum height of a shape. Mirrors the client-side shapeMinHeight option. |
ShapeMinWidth(JS) | Specifies the default minimum width of a shape. Mirrors the client-side shapeMinWidth option. |
ShapeMinWidth(Double) | Specifies the default minimum width of a shape. Mirrors the client-side shapeMinWidth option. |
Style(Object) | Specifies a default item style. Mirrors the client-side style option. |
TextStyle(Object) | Specifies an item's default text style. Mirrors the client-side textStyle option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also