DiagramToolboxGroupBuilder Methods
Represents a toolbox group.Name | Description |
---|---|
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. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from 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. 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. |
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. Inherited from Object. |
See Also