Skip to main content

DiagramToolboxRegistrator.Stencils Property

Returns the list of stencils available in the Shapes Panel.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public static IEnumerable<DiagramStencil> Stencils { get; }

Property Value

Type Description
IEnumerable<DiagramStencil>

A list of DiagramStencil objects.

See Also