-api-id | -api-type |
---|---|
T:Windows.Devices.PointOfService.LineDisplayMarqueeFormat |
winrt enum |
Defines the constants that indicate the marquee format for the current window.
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.
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.
Marquee scrolling is disabled.