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

DiagramStencil.IsVisible Property

Gets whether the stencil is available in the Shapes Panel.

Namespace: DevExpress.Diagram.Core

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

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