Typography.GetEastAsianWidths(DependencyObject) Metodo

Definizione

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

Restituisce

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

Attributi

Si applica a

Vedi anche