TimedTextStyle.IsTextCombined 属性

定义

获取或设置一个布尔值,该值指定是否在单行上组合计时文本。

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

属性值

Boolean

bool

如此 如果文本组合在一行。

Windows 要求

设备系列
Windows 10, version 2104 (在 10.0.20348.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v12.0 中引入)

适用于