Class
DiagramAnimations

Contains diagram animations attached properties.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public static class DiagramAnimations

Inheritance: objectDiagramAnimations

Fields

AnimationDurationProperty

Identifies the AnimationDuration attached dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AnimationDurationProperty

Field Value

DependencyProperty

IsPanAnimationEnabledProperty

Identifies the IsPanAnimationEnabled attached dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsPanAnimationEnabledProperty

Field Value

DependencyProperty

IsZoomAnimationEnabledProperty

Identifies the IsZoomAnimationEnabled attached dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsZoomAnimationEnabledProperty

Field Value

DependencyProperty

Methods

GetAnimationDuration(DependencyObject)

Gets animation duration in seconds.

Declaration

cs-api-definition
public static double GetAnimationDuration(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetIsPanAnimationEnabled(DependencyObject)

Gets whether pan animations are enabled or not.

Declaration

cs-api-definition
public static bool GetIsPanAnimationEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetIsZoomAnimationEnabled(DependencyObject)

Gets whether zoom animations are enabled or not.

Declaration

cs-api-definition
public static bool GetIsZoomAnimationEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

SetAnimationDuration(DependencyObject, double)

Sets animation duration in seconds.

Declaration

cs-api-definition
public static void SetAnimationDuration(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetIsPanAnimationEnabled(DependencyObject, bool)

Sets whether pan animations are enabled or not.

Declaration

cs-api-definition
public static void SetIsPanAnimationEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetIsZoomAnimationEnabled(DependencyObject, bool)

Sets whether zoom animations are enabled or not.

Declaration

cs-api-definition
public static void SetIsZoomAnimationEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool