Compartir a través de


Typography.GetNumeralAlignment(DependencyObject) Método

Definición

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

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

Parámetros

element
DependencyObject

Objeto de dependencia para el que se recupera el valor de la propiedad NumeralAlignment.

Devoluciones

FontNumeralAlignment

Valor actual de la propiedad asociada NumeralAlignment del objeto de dependencia especificado.

Atributos

Se aplica a

Consulte también