Typography.HistoricalLigatures 속성

정의

기록 합자를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

기록 합자를 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

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

기록 합자 조판 형식 글꼴 디자이너는 해당 글꼴을 추가할 수 있는 기록 입력 체계에서 사용 합니다.

XAML 특성 사용

<objectTypography.HistoricalLigatures="bool"/>

종속성 속성 정보

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

적용 대상

추가 정보