AnimationSettingsBase.AnimationTimelines Property
Provides access to the animation settings timelines. This is a dependency property.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
List<ConditionalTimeline> | A list of ConditionalTimeline objects. |
Remarks
Use the AnimationTimelines property to define a list of ConditionalTimeline objects. Each ConditionalTimeline object contains the animation (ConditionalTimeline.Animation) and a target property to which the animation is applied (ConditionalTimeline.TargetProperty).
See Also