Share via


TimedTextRegion.ScrollMode Property

Definition

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.

Applies to

See also