LineDisplayMarqueeFormat LineDisplayMarqueeFormat LineDisplayMarqueeFormat LineDisplayMarqueeFormat Enum

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Defines the constants that indicate the marquee format for the current window.

public : enum class LineDisplayMarqueeFormatpublic enum LineDisplayMarqueeFormatPublic Enum LineDisplayMarqueeFormat// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Fields

None None None None

Prerelease. Marquee scrolling is disabled.

Place Place Place Place

Prerelease. The display is populated by placing data. For example, if the scrolling direction is left, then the viewport is filled by placing characters starting at the left side, and beginning scrolling only after the viewport is full.

Walk Walk Walk Walk

Prerelease. The display is populated by walking data from the opposite end of the display as the scrolling direction. For example, if the scrolling direction is Left, then the viewport is filled by bringing characters in from the the right side and scrolling them to the left.