TranslateZoomRotateBehavior Class

Allows the user to use common touch gestures to translate, zoom, and rotate the attached object.

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

Syntax

'Declaration
Public Class TranslateZoomRotateBehavior
    Inherits Behavior(Of FrameworkElement)
'Usage
Dim instance As TranslateZoomRotateBehavior
public class TranslateZoomRotateBehavior : Behavior<FrameworkElement>
public ref class TranslateZoomRotateBehavior : public Behavior<FrameworkElement^>
public class TranslateZoomRotateBehavior extends Behavior<FrameworkElement>
public class TranslateZoomRotateBehavior extends Behavior<FrameworkElement>

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.Interactivity.Behavior
             System.Windows.Interactivity.Behavior
              Microsoft.Expression.Interactivity.Input.TranslateZoomRotateBehavior

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 Members
Microsoft.Expression.Interactivity.Input Namespace