Skip to main content

AnimationSettingsBase.AnimationTimelines Property

Provides access to the animation settings timelines. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public List<ConditionalTimeline> AnimationTimelines { get; set; }

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