ClassDiagramAnimations
Class
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
IsPanAnimationEnabledProperty
Identifies the IsPanAnimationEnabled attached dependency property.
Declaration
cs-api-definition
public static readonly RadProperty IsPanAnimationEnabledProperty
Field Value
IsZoomAnimationEnabledProperty
Identifies the IsZoomAnimationEnabled attached dependency property.
Declaration
cs-api-definition
public static readonly RadProperty IsZoomAnimationEnabledProperty
Field Value
Methods
GetAnimationDuration(RadObject)
Gets animation duration in seconds.
GetIsPanAnimationEnabled(RadObject)
Gets whether pan animations are enabled or not.
GetIsZoomAnimationEnabled(RadObject)
Gets whether zoom animations are enabled or not.
SetAnimationDuration(RadObject, double)
Sets animation duration in seconds.
SetIsPanAnimationEnabled(RadObject, bool)
Sets whether pan animations are enabled or not.
SetIsZoomAnimationEnabled(RadObject, bool)
Sets whether zoom animations are enabled or not.