Back to Devexpress

AnimationBase.BeginTime Property

wpf-devexpress-dot-xpf-dot-charts-dot-animationbase.md

latest1.3 KB
Original Source

AnimationBase.BeginTime Property

Specifies the time when the animation is started. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public TimeSpan BeginTime { get; set; }
vb
Public Property BeginTime As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan value.

|

See Also

Duration

Animation

AnimationBase Class

AnimationBase Members

DevExpress.Xpf.Charts Namespace