Back to Devexpress

ValueIndicatorBase.Visible Property

wpf-devexpress-dot-xpf-dot-gauges-dot-valueindicatorbase-67230c2b.md

latest1.1 KB
Original Source

ValueIndicatorBase.Visible Property

Gets or sets whether the value indicator 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 value indicator is visible; otherwise, false.

|

Remarks

Use the Visible property to show or hide the value indicator.

See Also

ValueIndicatorBase Class

ValueIndicatorBase Members

DevExpress.Xpf.Gauges Namespace