Class
TreeAnimatedPropertySetting

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeAnimatedPropertySetting : AnimatedPropertySetting, IPropertySetting

Inheritance: objectAnimatedPropertySettingTreeAnimatedPropertySetting

Implements: IPropertySetting

Inherited Members AnimatedPropertySetting.IsStyleSettingAnimatedPropertySetting.Start(RadObject)AnimatedPropertySetting.Stop(RadObject)AnimatedPropertySetting.Cancel(RadObject)AnimatedPropertySetting.IsAnimating(RadObject)AnimatedPropertySetting.GetCurrentValue(RadObject)AnimatedPropertySetting.ApplyValue(RadObject)AnimatedPropertySetting.AppendValue(RadObject, RadProperty, object, object, int, int)AnimatedPropertySetting.Resume(RadObject)AnimatedPropertySetting.Pause(RadObject)AnimatedPropertySetting.UnapplyValue(RadObject)AnimatedPropertySetting.OnAnimationFinished(AnimationStatusEventArgs)AnimatedPropertySetting.OnAnimationStarted(AnimationStatusEventArgs)AnimatedPropertySetting.PropertyAnimatedPropertySetting.StartValueAnimatedPropertySetting.EndValueAnimatedPropertySetting.MaxValueAnimatedPropertySetting.StepAnimatedPropertySetting.NumFramesAnimatedPropertySetting.IntervalAnimatedPropertySetting.ApplyDelayAnimatedPropertySetting.RandomDelayAnimatedPropertySetting.ApplyEasingTypeAnimatedPropertySetting.RemoveAfterApplyAnimatedPropertySetting.AnimationsEnabledAnimatedPropertySetting.AnimationFinishedAnimatedPropertySetting.AnimationStarted

Constructors

TreeAnimatedPropertySetting(RadProperty, object, object, int, int)

Declaration

cs-api-definition
public TreeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)

Parameters

property

RadProperty

animationStartValue

object

animationEndValue

object

numFrames

int

interval

int

Properties

Node

Declaration

cs-api-definition
public RadTreeNode Node { get; set; }

Property Value

RadTreeNode