Back to Devexpress

MiniMap.SetMapCenterOnClick Property

windowsforms-devexpress-dot-xtramap-dot-minimap-809aff88.md

latest1.1 KB
Original Source

MiniMap.SetMapCenterOnClick Property

Gets or sets a value indicating whether or not to change the map center when an end-user clicks the mini map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to allow users to center the map by clicking the minimap; otherwise false.

|

See Also

MiniMap Class

MiniMap Members

DevExpress.XtraMap Namespace