Back to Devexpress

LayerBase.Visible Property

wpf-devexpress-dot-xpf-dot-gauges-dot-layerbase.md

latest1021 B
Original Source

LayerBase.Visible Property

Gets or sets whether the layer is visible.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the layer is visible; otherwise, false.

|

Remarks

Use the Visible property to show or hide the layer.

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Gauges Namespace