TranslateZoomRotateBehavior.SupportedGestures Property

Gets or sets a value specifying which zooming and translation variants to support.

Namespace: Microsoft.Expression.Interactivity.Input
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property SupportedGestures As ManipulationModes
'Usage
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)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TranslateZoomRotateBehavior Class
TranslateZoomRotateBehavior Members
Microsoft.Expression.Interactivity.Input Namespace