Class
DiagramAnimations

Contains diagram animations attached properties.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.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 RadProperty AnimationDurationProperty

Field Value

RadProperty

IsPanAnimationEnabledProperty

Identifies the IsPanAnimationEnabled attached dependency property.

Declaration

cs-api-definition
public static readonly RadProperty IsPanAnimationEnabledProperty

Field Value

RadProperty

IsZoomAnimationEnabledProperty

Identifies the IsZoomAnimationEnabled attached dependency property.

Declaration

cs-api-definition
public static readonly RadProperty IsZoomAnimationEnabledProperty

Field Value

RadProperty

Methods

GetAnimationDuration(RadObject)

Gets animation duration in seconds.

Declaration

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

Parameters

obj

RadObject

Returns

double

GetIsPanAnimationEnabled(RadObject)

Gets whether pan animations are enabled or not.

Declaration

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

Parameters

obj

RadObject

Returns

bool

GetIsZoomAnimationEnabled(RadObject)

Gets whether zoom animations are enabled or not.

Declaration

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

Parameters

obj

RadObject

Returns

bool

SetAnimationDuration(RadObject, double)

Sets animation duration in seconds.

Declaration

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

Parameters

obj

RadObject

value

double

SetIsPanAnimationEnabled(RadObject, bool)

Sets whether pan animations are enabled or not.

Declaration

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

Parameters

obj

RadObject

value

bool

SetIsZoomAnimationEnabled(RadObject, bool)

Sets whether zoom animations are enabled or not.

Declaration

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

Parameters

obj

RadObject

value

bool