Typography.GetEastAsianLanguage(DependencyObject) Metodo

Definizione

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

public:
 static System::Windows::FontEastAsianLanguage GetEastAsianLanguage(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontEastAsianLanguage GetEastAsianLanguage(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetEastAsianLanguage : System.Windows.DependencyObject -> System.Windows.FontEastAsianLanguage
Public Shared Function GetEastAsianLanguage (element As DependencyObject) As FontEastAsianLanguage

Parametri

element
DependencyObject

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

Valori restituiti

Valore corrente della EastAsianLanguage proprietà associata nell'oggetto dipendenza specificato.

Attributi

Si applica a

Vedi anche