Class DiagramAnimations
Contains diagram animations attached properties.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public static class DiagramAnimations
Fields
AnimationDurationProperty
Identifies the AnimationDuration attached dependency property.
Declaration
public static readonly RadProperty AnimationDurationProperty
Field Value
IsPanAnimationEnabledProperty
Identifies the IsPanAnimationEnabled attached dependency property.
Declaration
public static readonly RadProperty IsPanAnimationEnabledProperty
Field Value
IsZoomAnimationEnabledProperty
Identifies the IsZoomAnimationEnabled attached dependency property.
Declaration
public static readonly RadProperty IsZoomAnimationEnabledProperty
Field Value
Methods
GetAnimationDuration(RadObject)
Gets animation duration in seconds.
Declaration
public static double GetAnimationDuration(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetIsPanAnimationEnabled(RadObject)
Gets whether pan animations are enabled or not.
Declaration
public static bool GetIsPanAnimationEnabled(RadObject obj)
Parameters
Rad
|
Returns
System.
|
GetIsZoomAnimationEnabled(RadObject)
Gets whether zoom animations are enabled or not.
Declaration
public static bool GetIsZoomAnimationEnabled(RadObject obj)
Parameters
Rad
|
Returns
System.
|
SetAnimationDuration(RadObject, Double)
Sets animation duration in seconds.
Declaration
public static void SetAnimationDuration(RadObject obj, double value)
Parameters
Rad
|
System.
|
SetIsPanAnimationEnabled(RadObject, Boolean)
Sets whether pan animations are enabled or not.
Declaration
public static void SetIsPanAnimationEnabled(RadObject obj, bool value)
Parameters
Rad
|
System.
|
SetIsZoomAnimationEnabled(RadObject, Boolean)
Sets whether zoom animations are enabled or not.
Declaration
public static void SetIsZoomAnimationEnabled(RadObject obj, bool value)
Parameters
Rad
|
System.
|