共用方式為


Typography.HistoricalForms 屬性

定義

取得或設定值,這個值會決定是否啟用歷程記錄形式。

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

屬性值

如果已啟用歷程記錄形式,true;否則,false。 預設值為 false

備註

這個屬性會取得或設定對象上擁有 Typography 屬性的值,這是存取 Typography 類別實例的唯一方法。 此外,這個屬性支援附加屬性的使用方式,以便在 XAML 中包含文字的物件上設定它。

歷史形式是過去常見的印刷慣例。 下列文字顯示「波士頓,馬薩諸塞州」的片語,使用 Palatino Linotype 字型的歷史格式。

使用 OpenType 歷程記錄表單的文字,
歷程記錄形式範例

下列程式代碼範例示範如何使用 HistoricalForms 屬性來定義Palatino Linotype字型的歷史窗體。

<Paragraph FontFamily="Palatino Linotype">
  <Run Typography.HistoricalForms="True">Boston, Massachusetts</Run>
</Paragraph>

XAML 屬性使用方式

< objectTypography.HistoricalForms=“bool”/>

相依性屬性資訊

標識元欄位 HistoricalFormsProperty
設定為 true 的元數據屬性 AffectsMeasureAffectsRenderInherits

適用於

另請參閱