TimedTextRegion.IsOverflowClipped 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 overflowing the region is clipped.
public:
property bool IsOverflowClipped { bool get(); void set(bool value); };
bool IsOverflowClipped();
void IsOverflowClipped(bool value);
public bool IsOverflowClipped { get; set; }
var boolean = timedTextRegion.isOverflowClipped;
timedTextRegion.isOverflowClipped = boolean;
Public Property IsOverflowClipped As Boolean
Property Value
Boolean
bool
True if overflowing text is clipped; otherwise, false.