다음을 통해 공유


TimedTextStyle.IsLineThroughEnabled 속성

정의

시간 제한 텍스트에 대해 취소선 텍스트를 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

True이면 취소선 텍스트를 사용할 수 있습니다. 그렇지 않으면 false입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상