Typography.GetNumeralAlignment(DependencyObject) Méthode

Définition

Retourne la valeur de la propriété jointe NumeralAlignment pour un objet de dépendance spécifié.

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

Paramètres

element
DependencyObject

Objet de dépendance pour lequel récupérer la valeur de la propriété NumeralAlignment.

Retours

FontNumeralAlignment

Valeur actuelle de la propriété jointe NumeralAlignment au niveau de l’objet de dépendance spécifié.

Attributs

S’applique à

Voir aussi