다음을 통해 공유


Typography.EastAsianExpertForms 속성

정의

표준 일본어 글꼴 양식이 해당 기본 입력 폼으로 대체되었는지 여부를 결정하는 값을 가져오거나 설정합니다.

public:
 property bool EastAsianExpertForms { bool get(); void set(bool value); };
public bool EastAsianExpertForms { get; set; }
member this.EastAsianExpertForms : bool with get, set
Public Property EastAsianExpertForms As Boolean

속성 값

표준 일본어 글꼴 양식이 해당 기본 설정 입력 형식으로 대체되었는지 true. 그렇지 않으면 false. 기본값은 false.

설명

이 속성은 Typography 클래스 인스턴스에 액세스할 수 있는 유일한 방법인 Typography 속성을 소유하는 개체의 값을 가져오거나 설정합니다. 또한 이 속성은 XAML의 텍스트 포함 개체에서 설정할 수 있도록 연결된 속성 사용을 지원합니다.

XAML 특성 사용

< 개체Typography.ExpertForms="bool"/>

종속성 속성 정보

식별자 필드 EastAsianExpertFormsProperty
true 설정된 메타데이터 속성 AffectsMeasure, AffectsRender, Inherits

적용 대상

추가 정보