Typography.SetEastAsianLanguage Metodo

Definizione

Imposta il valore della proprietà associata EastAsianLanguage per un oggetto 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 cui impostare il valore della proprietà EastAsianLanguage.

value
FontEastAsianLanguage

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche