Back to Devexpress

MiniMap.Visible Property

windowsforms-devexpress-dot-xtramap-dot-minimap-a280561a.md

latest1.0 KB
Original Source

MiniMap.Visible Property

Gets or sets a value indicating whether or not a mini map should be displayed.

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 to display a mini map; otherwise false.

|

See Also

MiniMap Class

MiniMap Members

DevExpress.XtraMap Namespace