Typography.SetEastAsianLanguage Método

Definición

Establece el valor de la propiedad adjunta EastAsianLanguage de un objeto de dependencia especificado.

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)

Parámetros

element
DependencyObject

Objeto de dependencia para el que se establece el valor de la propiedad EastAsianLanguage.

value
FontEastAsianLanguage

Nuevo valor en el que se va a establecer la propiedad.

Excepciones

Se genera cuando element es null.

Se aplica a

Consulte también