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