LineDisplayMarquee Class

Definition

Represents an object containing properties describing and allowing control of marquee scrolling on a line display.

public ref class LineDisplayMarquee sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LineDisplayMarquee final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LineDisplayMarquee final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class LineDisplayMarquee
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LineDisplayMarquee
Public NotInheritable Class LineDisplayMarquee
Inheritance
Object Platform::Object IInspectable LineDisplayMarquee
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Properties

Format

Gets or sets the current format of the marquee.

RepeatWaitInterval

Gets or sets the marquee repeat wait period.

ScrollWaitInterval

Gets or sets the scroll wait interval.

Methods

TryStartScrollingAsync(LineDisplayScrollDirection)

Attempts to asynchronously cause the window which owns this marquee to enter Marquee Mode and start scrolling.

TryStopScrollingAsync()

Attempts to asynchronously exit Marquee mode and/or Marquee Init mode. Format is set to None.

Applies to