LineDisplayMarquee.Format Property

Definition

Gets or sets the current format of the marquee.

public:
 property LineDisplayMarqueeFormat Format { LineDisplayMarqueeFormat get(); void set(LineDisplayMarqueeFormat value); };
LineDisplayMarqueeFormat Format();

void Format(LineDisplayMarqueeFormat value);
public LineDisplayMarqueeFormat Format { get; set; }
var lineDisplayMarqueeFormat = lineDisplayMarquee.format;
lineDisplayMarquee.format = lineDisplayMarqueeFormat;
Public Property Format As LineDisplayMarqueeFormat

Property Value

The current format of the marquee.

Remarks

When set to None, marquee scrolling is disabled. Changes to this property are committed to the device on the next call to LineDisplayMarquee.TryStartScrollingAsync().

Applies to