Typography.GetNumeralAlignment(DependencyObject) Método

Definição

Retorna o valor da NumeralAlignment propriedade 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 recuperar o valor da NumeralAlignment propriedade.

Retornos

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

Atributos

Aplica-se a

Confira também