Skip to main content

MiniMap.SetMapCenterOnClick Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool SetMapCenterOnClick { get; set; }

Property Value

Type Description
Boolean

true to allow setting the center point; otherwise false.

See Also