Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to allow setting the center point; otherwise false.

See Also