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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public bool SetMapCenterOnClick { get; set; }

Property Value

Type Description
Boolean

true to allow setting the center point; otherwise false.

See Also