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