Typography.SetEastAsianLanguage Método

Definición

Establece el valor de la EastAsianLanguage propiedad adjunta para 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 va a establecer el valor de la EastAsianLanguage propiedad .

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