Skip to main content

DiagramStencil.IsVisible Property

Gets whether the stencil is available in the Shapes Panel.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public bool IsVisible { get; }

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