ClassGridExpandAnimationFade.FadeAnimatedPropertySetting
Class
Implements fade animation setting for group rows in RadGridView.
Definition
Namespace:Telerik.WinControls.UI.VisualEffects
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
protected class GridExpandAnimationFade.FadeAnimatedPropertySetting : AnimatedPropertySetting, IPropertySetting
Inheritance: objectAnimatedPropertySettingGridExpandAnimationFade.FadeAnimatedPropertySetting
Implements:
Inherited Members
Constructors
FadeAnimatedPropertySetting(RadProperty, object, object, int, int)
Initializes a new instance of the GridExpandAnimationFade.FadeAnimatedPropertySetting class.
Declaration
cs-api-definition
public FadeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)
Parameters
property
The property.
animationStartValue
The animation start value.
animationEndValue
The animation end value.
numFrames
The number of frames.
interval
The interval.