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