TranslateZoomRotateBehavior.SupportedGestures 屬性

取得或設定指定支援哪些縮放和平移變化的值。

命名空間: Microsoft.Expression.Interactivity.Input
組件: Microsoft.Expression.Interactions (在 microsoft.expression.interactions.dll 中)

語法

'宣告
Public Property SupportedGestures As ManipulationModes
'用途
Dim instance As TranslateZoomRotateBehavior
Dim value As ManipulationModes

value = instance.SupportedGestures

instance.SupportedGestures = value
public ManipulationModes SupportedGestures { get; set; }
public:
property ManipulationModes SupportedGestures {
    ManipulationModes get ();
    void set (ManipulationModes value);
}
/** @property */
public ManipulationModes get_SupportedGestures ()

/** @property */
public void set_SupportedGestures (ManipulationModes value)
public function get SupportedGestures () : ManipulationModes

public function set SupportedGestures (value : ManipulationModes)

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

TranslateZoomRotateBehavior 類別
TranslateZoomRotateBehavior 成員
Microsoft.Expression.Interactivity.Input 命名空間