Back to Devexpress

AnimationBase.BeginTime Property

corelibraries-devexpress-dot-xtracharts-dot-animationbase.md

latest1.2 KB
Original Source

AnimationBase.BeginTime Property

Gets or sets the initial delay before animation start.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
TimeSpan

A TimeSpan value, specifying the delay between an animation request and an animation start.

|

See Also

AnimationBase Class

AnimationBase Members

DevExpress.XtraCharts Namespace