ScaleCustomElementBase.Visible Property
In This Article
Gets or sets whether the scale custom element is visible.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the custom element is visible on the scale; otherwise, false. |
#Remarks
Use the Visible property to show or hide the scale custom element.
See Also