LineDisplayMarquee.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().