Mode Enumeration

Enumeration that defines pre-build method of animating TLabelAnimated.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public enum Mode

Members

LeftToRight0 Text in TLabelAnimated will be animated from left to right.
RightToLeft1 Text in TLabelAnimated will be animated from right to left.
BackAndForth2 Text in TLabelAnimated will be animated back and forth.
Custom3 Text in TLabelAnimated will be animated with user animation that implements IAnimator interface.

See Also