ManipulationStartingRoutedEventArgs.Pivot 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件,這個物件描述單點操作的樞紐。
public:
property ManipulationPivot ^ Pivot { ManipulationPivot ^ get(); void set(ManipulationPivot ^ value); };
ManipulationPivot Pivot();
void Pivot(ManipulationPivot value);
public ManipulationPivot Pivot { get; set; }
var manipulationPivot = manipulationStartingRoutedEventArgs.pivot;
manipulationStartingRoutedEventArgs.pivot = manipulationPivot;
Public Property Pivot As ManipulationPivot
屬性值
物件,描述單點操作的樞紐。