TimedTextRegion.ScrollMode 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 a value indicating the method in which lines of text scroll through the region.
public:
property TimedTextScrollMode ScrollMode { TimedTextScrollMode get(); void set(TimedTextScrollMode value); };
TimedTextScrollMode ScrollMode();
void ScrollMode(TimedTextScrollMode value);
public TimedTextScrollMode ScrollMode { get; set; }
var timedTextScrollMode = timedTextRegion.scrollMode;
timedTextRegion.scrollMode = timedTextScrollMode;
Public Property ScrollMode As TimedTextScrollMode
Property Value
A value indicating the method in which lines of text scroll through the region.