Partilhar via


Typography.GetNumeralAlignment(DependencyObject) Método

Definição

Retorna o valor da propriedade NumeralAlignment anexada para um objeto de dependência 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

O objeto de dependência para o qual o valor da propriedade NumeralAlignment será recuperado.

Retornos

FontNumeralAlignment

O valor atual da propriedade anexada NumeralAlignment no objeto de dependência especificado.

Atributos

Aplica-se a

Confira também