Typography.GetEastAsianWidths(DependencyObject) Método

Definición

Devuelve el valor de la EastAsianWidths propiedad adjunta para un objeto de dependencia especificado.

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

Parámetros

element
DependencyObject

Objeto de dependencia para el que se va a recuperar el valor de la EastAsianWidths propiedad .

Devoluciones

Valor actual de la EastAsianWidths propiedad adjunta en el objeto de dependencia especificado.

Atributos

Se aplica a

Consulte también