Back to Devexpress

DiagramStencil.IsVisible Property

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramstencil-c087349a.md

latest1.2 KB
Original Source

DiagramStencil.IsVisible Property

Gets whether the stencil is available in the Shapes Panel.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public bool IsVisible { get; }
vb
Public ReadOnly Property IsVisible As Boolean

Property Value

TypeDescription
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

DiagramStencil Class

DiagramStencil Members

DevExpress.Diagram.Core Namespace