Skip to main content

ColorScaleLegend.DescriptionVisible Property

Gets or sets a value indicating whether the legend description should be visible.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Visibility DescriptionVisible { get; }

Property Value

Type Description
Windows.UI.Xaml.Visibility

true to show the legend description; false to hide it.

See Also