Condividi tramite


Typography.GetNumeralAlignment(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata NumeralAlignment relativa a un oggetto dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per cui recuperare il valore della proprietà NumeralAlignment.

Restituisce

FontNumeralAlignment

Valore corrente della proprietà associata NumeralAlignment per l'oggetto dipendenza specificato.

Attributi

Si applica a

Vedi anche