다음을 통해 공유


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

True이면 텍스트가 한 줄로 결합됩니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2104 (10.0.20348.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v12.0에서 도입되었습니다.)

적용 대상