ToolboxVisibility Enum
Lists the values used to specify the Shapes panel display mode.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Full
|
The Shapes panel is fully expanded. |
Compact
|
The Shapes panel is in the compact mode. |
Closed
|
The Shapes panel is hidden. |
Related API Members
The following properties accept/return ToolboxVisibility values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramOptionsView.ToolboxVisibility |
WPF Controls | DiagramControl.ToolboxVisibility |
Remarks
The values listed by this enumeration are used to set the ToolboxVisibility and DiagramControl.ToolboxVisibility properties.
See Also