Partager via


Typography.EastAsianLanguage Propriété

Définition

Obtient ou définit une valeur énumérée FontEastAsianLanguage qui indique la version des glyphes à utiliser pour un système ou une langue d’écriture spécifique.

public:
 property System::Windows::FontEastAsianLanguage EastAsianLanguage { System::Windows::FontEastAsianLanguage get(); void set(System::Windows::FontEastAsianLanguage value); };
public System.Windows.FontEastAsianLanguage EastAsianLanguage { get; set; }
member this.EastAsianLanguage : System.Windows.FontEastAsianLanguage with get, set
Public Property EastAsianLanguage As FontEastAsianLanguage

Valeur de propriété

Valeur énumérée FontEastAsianLanguage. La valeur par défaut est Normal.

Remarques

Cette propriété obtient ou définit une valeur sur l’objet propriétaire d’une propriété Typography, qui est la seule façon d’accéder à une instance de classe Typography. En outre, cette propriété prend en charge une utilisation des propriétés jointes afin qu’elle puisse être définie sur des objets contenant du texte en XAML.

Utilisation des attributs XAML

objet <Typography.EastAsianLanguage= »FontEastAsianLanguage« />

Informations sur les propriétés de dépendance

Champ d’identificateur EastAsianLanguageProperty
Propriétés de métadonnées définies sur true AffectsMeasure, AffectsRender, Inherits

S’applique à

Voir aussi