Typography.SetEastAsianLanguage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété attachée EastAsianLanguage pour un objet de dépendance spécifié.
public:
static void SetEastAsianLanguage(System::Windows::DependencyObject ^ element, System::Windows::FontEastAsianLanguage value);
public static void SetEastAsianLanguage (System.Windows.DependencyObject element, System.Windows.FontEastAsianLanguage value);
static member SetEastAsianLanguage : System.Windows.DependencyObject * System.Windows.FontEastAsianLanguage -> unit
Public Shared Sub SetEastAsianLanguage (element As DependencyObject, value As FontEastAsianLanguage)
Paramètres
- element
- DependencyObject
Objet de dépendance pour lequel définir la valeur de la propriété EastAsianLanguage.
- value
- FontEastAsianLanguage
Nouvelle valeur à affecter à la propriété.
Exceptions
Levé quand element
a la valeur null
.