AnimationCycleArgs(Int32) Constructor

Constructor where user can define initial value of CycleCount property.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public AnimationCycleArgs(
	int aCycleCount
)

Parameters

aCycleCount  Int32
Count of completed animation cycles.

See Also