Back to Devexpress

ShapeDescription.IsQuick Property

corelibraries-devexpress-dot-diagram-dot-core-dot-shapedescription.md

latest1.1 KB
Original Source

ShapeDescription.IsQuick Property

Gets whether to display the shape in the Quick Shapes category of the Shapes Panel.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public bool IsQuick { get; }
vb
Public ReadOnly Property IsQuick As Boolean

Property Value

TypeDescription
Boolean

true to display the shape in the Quick Shapes category of the Shapes Panel; otherwise, false.

|

See Also

ShapeDescription Class

ShapeDescription Members

DevExpress.Diagram.Core Namespace