Skip to main content

ScaleCustomElementBase.Visible Property

Gets or sets whether the scale custom element is visible.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool Visible { get; set; }

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