New to Telerik UI for WPFStart a free 30-day trial

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

Identifies the IsPanAnimationEnabled attached dependency property.

C#
public static readonly DependencyProperty IsPanAnimationEnabledProperty

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)
Parameters:objDependencyObjectReturns:

double

Gets whether pan animations are enabled or not.

C#
public static bool GetIsPanAnimationEnabled(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Gets whether zoom animations are enabled or not.

C#
public static bool GetIsZoomAnimationEnabled(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Sets animation duration in seconds.

C#
public static void SetAnimationDuration(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble

Sets whether pan animations are enabled or not.

C#
public static void SetIsPanAnimationEnabled(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool

Sets whether zoom animations are enabled or not.

C#
public static void SetIsZoomAnimationEnabled(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool