ManipulationStartingRoutedEventArgs.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets which types of manipulations are possible.
public:
property ManipulationModes Mode { ManipulationModes get(); void set(ManipulationModes value); };
ManipulationModes Mode();
void Mode(ManipulationModes value);
public ManipulationModes Mode { get; set; }
var manipulationModes = manipulationStartingRoutedEventArgs.mode;
manipulationStartingRoutedEventArgs.mode = manipulationModes;
Public Property Mode As ManipulationModes
Property Value
One of the enumeration values. The default is All.