Skip to main content

MapControl.ZoomCommand Property

Returns a command that zooms a map.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ICommand ZoomCommand { get; }

#Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also