DiagramStencil.IsVisible Property
Gets whether the stencil is available in the Shapes Panel.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the stencil is available in the Shapes Panel; otherwise, false. |
Remarks
Set the IsVisible property to false in the stencil’s constructor to create stencils that only take part in serialization.
See Also