Class PanResetCommand
Represents the PanResetCommand class in the SfMap. It is inherited from MapLayerCommandBase.
Implements
System.Windows.Input.ICommand
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class PanResetCommand : MapLayerCommandBase, ICommand
Remarks
This class represents the PanResetCommand in the map. Also it is inherited from MapLayerCommandBase.
Constructors
PanResetCommand(SfMap)
Initializes a new instance of the PanResetCommand class.
Declaration
public PanResetCommand(SfMap mapControl)
Parameters
Type | Name | Description |
---|---|---|
SfMap | mapControl | SfMap which is having ShapeFileRefreshCommand and its implementations. |
Remarks
Initialize the MapControl property of the PanResetCommand.
Methods
CanExecute(Object)
Determines whether PanResetCommand can execute in its current state.
Declaration
public override bool CanExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter | Type :System.Object object to determine can execute. |
Returns
Type | Description |
---|---|
System.Boolean | Type :System.Boolean true if the command can execute on the PanResetCommand target; otherwise, false. |
Overrides
Execute(Object)
Executes the PanResetCommand on the target.
Declaration
public override void Execute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter | Type :System.Object Parameter to be passed to the PanResetCommand handler. |
Overrides
Implements
System.Windows.Input.ICommand