AnimateTextType

AnimateTextType enumeration

Represents the animate text type of an animation effect.

public enum AnimateTextType

Values

NameValueDescription
AllAtOnce0Animate all text at once.
ByWord1Animate text by word.
ByLetter2Animate text by letter.

See Also