Typography.GetEastAsianLanguage(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata EastAsianLanguage relativa a un oggetto 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 cui recuperare il valore della proprietà EastAsianLanguage.

Restituisce

FontEastAsianLanguage

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

Attributi

Si applica a

Vedi anche