Table of Contents

Enum MarqueeDirection

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Marquee组件,文本滚动方向枚举类型

Marquee component, Text scrolling direction enumeration

public enum MarqueeDirection
Extension Methods

Fields

BottomToTop = 3

从下至上滚动文本> Scroll text from bottom to top

LeftToRight = 0

文本从左向右滚动 scrolling text from left to right

RightToLeft = 1

文本从右向左滚动 scrolling text from right to left

TopToBottom = 2

Marquee组件,从上到下滚动文本 scrolling text from top to bottom