Back to Devexpress

MapOverlay.Visible Property

windowsforms-devexpress-dot-xtramap-dot-mapoverlay-f64e5af6.md

latest1.0 KB
Original Source

MapOverlay.Visible Property

Gets or sets the value indicating whether or not a map overlay is visible.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if a map overlay is visible; otherwise false.

|

See Also

MapOverlay Class

MapOverlay Members

DevExpress.XtraMap Namespace