Skip to main content
A newer version of this page is available. .

AnimationBase.BeginTime Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public TimeSpan BeginTime { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value.

See Also