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

ValueIndicatorBase.Visible Property

Gets or sets whether the value indicator is visible.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the value indicator is visible; otherwise, false.

Remarks

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

See Also