Typography.EastAsianExpertForms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that determines whether the standard Japanese font forms have been replaced with the corresponding preferred typographic forms.
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
Property Value
true
if standard Japanese font forms have been replaced with the corresponding preferred typographic forms; otherwise, false
. The default value is false
.
Remarks
This property gets or sets a value on the object that owns a Typography
property, which is the only way to access a Typography class instance. In addition, this property supports an attached property usage so that it can be set on text-containing objects in XAML.
XAML Attribute Usage
<object Typography.ExpertForms="bool"/>
Dependency Property Information
Identifier field | EastAsianExpertFormsProperty |
Metadata properties set to true |
AffectsMeasure, AffectsRender, Inherits |