Click or drag to resize

StiScaleAnimation Constructor (TimeSpan, NullableTimeSpan)

Initializes a new instance of the StiScaleAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiScaleAnimation(
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

duration
Type: SystemTimeSpan

[Missing <param name="duration"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiScaleAnimation.#ctor(System.TimeSpan,System.Nullable{System.TimeSpan})"]

beginTime
Type: SystemNullableTimeSpan

[Missing <param name="beginTime"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiScaleAnimation.#ctor(System.TimeSpan,System.Nullable{System.TimeSpan})"]

See Also