Share via


TimedTextStyle.IsTextCombined Property

Definition

Gets or sets a boolean value specifying whether the timed text is combined on a single line.

public:
 property bool IsTextCombined { bool get(); void set(bool value); };
bool IsTextCombined();

void IsTextCombined(bool value);
public bool IsTextCombined { get; set; }
var boolean = timedTextStyle.isTextCombined;
timedTextStyle.isTextCombined = boolean;
Public Property IsTextCombined As Boolean

Property Value

Boolean

bool

True if the text is combined on a single line.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to