Typography.EastAsianExpertForms 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會決定標準日文字型窗體是否已取代為對應的慣用印刷樣式窗體。
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 |