TimedTextRegion.IsOverflowClipped Property

Definition

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.

Applies to