ClassDiagramAnimations
Contains diagram animations attached properties.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public static class DiagramAnimations
Inheritance: objectDiagramAnimations
Fields
AnimationDurationProperty
Identifies the AnimationDuration attached dependency property.
Declaration
public static readonly DependencyProperty AnimationDurationProperty
Field Value
DependencyProperty
IsPanAnimationEnabledProperty
Identifies the IsPanAnimationEnabled attached dependency property.
Declaration
public static readonly DependencyProperty IsPanAnimationEnabledProperty
Field Value
DependencyProperty
IsZoomAnimationEnabledProperty
Identifies the IsZoomAnimationEnabled attached dependency property.
Declaration
public static readonly DependencyProperty IsZoomAnimationEnabledProperty
Field Value
DependencyProperty
Methods
GetAnimationDuration(DependencyObject)
Gets animation duration in seconds.
Declaration
public static double GetAnimationDuration(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetIsPanAnimationEnabled(DependencyObject)
Gets whether pan animations are enabled or not.
Declaration
public static bool GetIsPanAnimationEnabled(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetIsZoomAnimationEnabled(DependencyObject)
Gets whether zoom animations are enabled or not.
Declaration
public static bool GetIsZoomAnimationEnabled(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetAnimationDuration(DependencyObject, double)
Sets animation duration in seconds.
Declaration
public static void SetAnimationDuration(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value
SetIsPanAnimationEnabled(DependencyObject, bool)
Sets whether pan animations are enabled or not.
Declaration
public static void SetIsPanAnimationEnabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value
SetIsZoomAnimationEnabled(DependencyObject, bool)
Sets whether zoom animations are enabled or not.
Declaration
public static void SetIsZoomAnimationEnabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value