StyleSimulations 열거형

정의

글꼴의 시뮬레이션 스타일을 설명합니다.

public enum class StyleSimulations
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class StyleSimulations
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum StyleSimulations
Public Enum StyleSimulations
<object property="enumerationValue"/>
상속
StyleSimulations
특성

Windows 요구 사항

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

필드

BoldItalicSimulation 3

굵게 및 기울임꼴 스타일 시뮬레이션.

BoldSimulation 1

굵게 스타일 시뮬레이션입니다.

ItalicSimulation 2

기울임꼴 스타일 시뮬레이션입니다.

None 0

글꼴 스타일 시뮬레이션이 없습니다.

적용 대상