LayerBase.Visible Property
In This Article
Gets or sets whether the layer is visible.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#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