TimedTextStyle.IsTextCombined 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 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)
|