TimedTextRegion.TextWrapping 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 a value indicating whether text wraps when it reaches the edge of the TimedTextRegion.
public:
property TimedTextWrapping TextWrapping { TimedTextWrapping get(); void set(TimedTextWrapping value); };
TimedTextWrapping TextWrapping();
void TextWrapping(TimedTextWrapping value);
public TimedTextWrapping TextWrapping { get; set; }
var timedTextWrapping = timedTextRegion.textWrapping;
timedTextRegion.textWrapping = timedTextWrapping;
Public Property TextWrapping As TimedTextWrapping
Property Value
A value indicating whether text wraps when it reaches the edge of the region.