DiagramToolboxBuilder Methods
Provides methods that allow you to configure nested options of the client-side toolbox object.Name | Description |
---|---|
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. |
Groups(Action<CollectionFactory<DiagramToolboxGroupBuilder>>) | Provides access to the client-side groups option that represents a toolbox group collection. |
Groups(IEnumerable<DiagramShapeCategory>) | Lists toolbox groups. Mirrors the client-side groups option. |
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. |
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. |
ShowSearch(JS) | Specifies whether the search box is visible. Mirrors the client-side showSearch option. |
ShowSearch(Boolean) | Specifies whether the search box is visible. Mirrors the client-side showSearch option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visibility(DiagramPanelVisibility) | Specifies the toolbar's visibility. Mirrors the client-side visibility option. |
Width(JS) | Specifies the toolbox's width in pixels. Mirrors the client-side width option. |
Width(Double) | Specifies the toolbox's width in pixels. Mirrors the client-side width option. |
See Also