Menu

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
ConstrainToParentBounds Gets or sets the value indicating whether the zoom and translate position of the attached object is limited by the bounds of the parent object.
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
MaximumScale Gets or sets a number indicating the maximum zoom value allowed.
MinimumScale Gets or sets a number indicating the minimum zoom value allowed.
RotationalFriction Gets or sets a number describing the rate at which the rotation will decrease.
SupportedGestures Gets or sets a value specifying which zooming and translation variants to support.
TranslateFriction Gets or sets a number describing the rate at which the translation will decrease.

Protected Properties

NameDescription
AssociatedObject Gets the object to which this Behavior`1 is attached. (Inherited from Behavior)
AssociatedType The type to which this behavior can be attached. (Inherited from Behavior)

Explicit Interface Implementations

NameDescription
System.Windows.Interactivity.IAttachedObject.AssociatedObject Gets the object to which this Behavior`1 is attached. (Inherited from Behavior)

See Also