ManipulationStartingRoutedEventArgs.Mode Eigenschaft

Definition

Ruft ab oder legt fest, welche Typen von Manipulationen möglich sind.

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

Eigenschaftswert

Einer der Enumerationswerte. Die Standardeinstellung ist Alle.

Gilt für: