Back to Devexpress

DiagramControl.ShowQuickShapes Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-1e21fc56.md

latest1.5 KB
Original Source

DiagramControl.ShowQuickShapes Property

Gets or sets whether to show the Quick Shapes category in the Shapes Panel. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public bool ShowQuickShapes { get; set; }
vb
Public Property ShowQuickShapes As Boolean

Property Value

TypeDescription
Boolean

true to show the Quick Shapes category in the toolbox; otherwise, false.

|

Remarks

The Quick Shapes category contains shapes from the DiagramControl.SelectedStencils collection whose ShapeDescription.IsQuick property returns true.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace