Skip to main content
A newer version of this page is available. .

MapLegendBase.Visibility Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(VisibilityMode.Auto)]
public VisibilityMode Visibility { get; set; }

Property Value

Type Default Description
VisibilityMode **Auto**

A VisibilityMode enumeration value.

Available values:

Name Description
Auto

Visibility is determined automatically.

Visible

An element is visible.

Hidden

An element is hidden.

See Also