Enum ScrollDirection
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Specifies the direction of scrolling for scrolling text overlays.
public enum ScrollDirectionFields
LeftToRight = 0-
Text scrolls from left to right.
RightToLeft = 1-
Text scrolls from right to left.
BottomToTop = 2-
Text scrolls from bottom to top.
TopToBottom = 3-
Text scrolls from top to bottom.