Skip to main content

MapOverlay.Visible Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if a map overlay is visible; otherwise false.

See Also