Condividi tramite


Typography.SetEastAsianLanguage Metodo

Definizione

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

public:
 static void SetEastAsianLanguage(DependencyObject ^ element, FontEastAsianLanguage value);
 static void SetEastAsianLanguage(DependencyObject const& element, FontEastAsianLanguage const& value);
public static void SetEastAsianLanguage(DependencyObject element, FontEastAsianLanguage value);
function setEastAsianLanguage(element, value)
Public Shared Sub SetEastAsianLanguage (element As DependencyObject, value As FontEastAsianLanguage)

Parametri

element
DependencyObject

Oggetto di dipendenza per cui impostare il valore della proprietà EastAsianLanguage .

value
FontEastAsianLanguage

Nuovo valore su cui impostare la proprietà.

Si applica a

Vedi anche