Back to Devexpress

MapLegendBase.Visibility Property

windowsforms-devexpress-dot-xtramap-dot-maplegendbase-5d55b4a4.md

latest1.3 KB
Original Source

MapLegendBase.Visibility Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(VisibilityMode.Auto)]
public VisibilityMode Visibility { get; set; }
vb
<DefaultValue(VisibilityMode.Auto)>
Public Property Visibility As VisibilityMode

Property Value

TypeDefaultDescription
VisibilityModeAuto

A VisibilityMode enumeration value.

|

Available values:

NameDescription
Auto

Visibility is determined automatically.

| | Visible |

An element is visible.

| | Hidden |

An element is hidden.

|

See Also

MapLegendBase Class

MapLegendBase Members

DevExpress.XtraMap Namespace