DiagramToolboxRegistrator.Stencils Property
In This Article
Returns the list of stencils available in the Shapes Panel.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public static IEnumerable<DiagramStencil> Stencils { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Diagram |
A list of Diagram |
See Also