ValueIndicatorBase.Visible Property
Gets or sets whether the value indicator is visible.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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