Typography.SetEastAsianLanguage Metodo

Definizione

Imposta il valore della EastAsianLanguage proprietà associata per un oggetto di dipendenza specificato.

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)

Parametri

element
DependencyObject

Oggetto dipendenza per il quale impostare il valore della EastAsianLanguage proprietà .

value
FontEastAsianLanguage

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche