MapLegendBase.Visibility Property
Gets or sets a value indicating whether or not a legend should be visible.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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