Category(DiagramShapeCategory)
|
Specifies the category of shapes that are displayed in the group. Mirrors the client-side category option.
|
Category(JS)
|
Specifies the category of shapes that are displayed in the group. Mirrors the client-side category option.
|
Category(String)
|
Specifies the category of shapes that are displayed in the group. Mirrors the client-side category option.
|
DisplayMode(DiagramToolboxDisplayMode)
|
Specifies how shapes are displayed in the toolbox. Mirrors the client-side displayMode 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.
|
Expanded(JS)
|
Specifies whether the group is expanded. Mirrors the client-side expanded option.
|
Expanded(Boolean)
|
Specifies whether the group is expanded. Mirrors the client-side expanded option.
|
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.
|
Shapes(JS)
|
Lists the shapes in the group. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
|
Shapes(IEnumerable<DiagramShapeType>)
|
Lists the shapes in the group. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
|
Shapes(IEnumerable<String>)
|
Lists the shapes in the group. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
|
Title(JS)
|
Specifies the group title in the toolbox. Mirrors the client-side title option.
|
Title(String)
|
Specifies the group title in the toolbox. Mirrors the client-side title option.
|
ToString()
|
Returns a string that represents the current object.
|