Back to Devexpress

DiagramToolboxRegistrator.Stencils Property

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

latest1.3 KB
Original Source

DiagramToolboxRegistrator.Stencils Property

Returns the list of stencils available in the Shapes Panel.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public static IEnumerable<DiagramStencil> Stencils { get; }
vb
Public Shared ReadOnly Property Stencils As IEnumerable(Of DiagramStencil)

Property Value

TypeDescription
IEnumerable<DiagramStencil>

A list of DiagramStencil objects.

|

See Also

DiagramToolboxRegistrator Class

DiagramToolboxRegistrator Members

DevExpress.Diagram.Core Namespace