Skip to main content
A newer version of this page is available. .

DiagramToolboxRegistrator.Stencils Property

Returns the list of stencils available in the Shapes Panel.

Namespace: DevExpress.Diagram.Core

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

Declaration

public static IEnumerable<DiagramStencil> Stencils { get; }

Property Value

Type Description
IEnumerable<DiagramStencil>

A list of DiagramStencil objects.

See Also