Typography.GetEastAsianWidths(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

Valori restituiti

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

Attributi

Si applica a

Vedi anche