Skip to main content

LayerBase.Visible Property

Gets or sets whether the layer is visible.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "Invalidate")]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the layer is visible; otherwise, false.

Remarks

Use the Visible property to show or hide the layer.

See Also