ManipulationStartingEventArgs.SetManipulationParameter Method
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.
Adds parameters to the current manipulation of the specified element.
public:
void SetManipulationParameter(System::Windows::Input::Manipulations::ManipulationParameters2D ^ parameter);
[System.ComponentModel.Browsable(false)]
public void SetManipulationParameter (System.Windows.Input.Manipulations.ManipulationParameters2D parameter);
[<System.ComponentModel.Browsable(false)>]
member this.SetManipulationParameter : System.Windows.Input.Manipulations.ManipulationParameters2D -> unit
Public Sub SetManipulationParameter (parameter As ManipulationParameters2D)
Parameters
- parameter
- ManipulationParameters2D
The parameter to add.
- Attributes
Remarks
You typically do not need to call this method. Use the properties on the ManipulationStartingEventArgs instead.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.