Back to Devexpress

ScaleCustomElement.Visible Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scalecustomelement-bb8f98d7.md

latest1.1 KB
Original Source

ScaleCustomElement.Visible Property

Gets or sets whether the scale custom element 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 custom element is visible on the scale; otherwise, false.

|

Remarks

Use the Visible property to show or hide the scale custom element.

See Also

ScaleCustomElement Class

ScaleCustomElement Members

DevExpress.Xpf.Gauges Namespace