Category(DiagramShapeCategory)
|
Specifies the category of shapes that are displayed in the context toolbox. Mirrors the client-side category option.
|
Category(JS)
|
Specifies the category of shapes that are displayed in the context toolbox. Mirrors the client-side category option.
|
Category(String)
|
Specifies the category of shapes that are displayed in the context toolbox. Mirrors the client-side category option.
|
DisplayMode(DiagramToolboxDisplayMode)
|
Specifies how shapes are displayed in the context toolbox. Mirrors the client-side displayMode option.
|
Enabled(JS)
|
Specifies the context toolbox's availability. Mirrors the client-side enabled option.
|
Enabled(Boolean)
|
Specifies the context toolbox's availability. Mirrors the client-side enabled option.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ShapeIconsPerRow(JS)
|
Specifies the number of shape icons in a row. Mirrors the client-side shapeIconsPerRow option.
|
ShapeIconsPerRow(Double)
|
Specifies the number of shape icons in a row. Mirrors the client-side shapeIconsPerRow option.
|
Shapes(JS)
|
Lists the shapes that are displayed in the context toolbox. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
|
Shapes(IEnumerable<DiagramShapeType>)
|
Lists the shapes that are displayed in the context toolbox. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
|
Shapes(IEnumerable<String>)
|
Lists the shapes that are displayed in the context toolbox. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
|
ToString()
|
Returns a string that represents the current object.
|
Width(JS)
|
Specifies the context toolbox's width in pixels. Mirrors the client-side width option.
|
Width(Double)
|
Specifies the context toolbox's width in pixels. Mirrors the client-side width option.
|