Typography.GetNumeralStyle(DependencyObject) Metodo

Definizione

Restituisce il valore della NumeralStyle proprietà associata per un oggetto di dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per il quale recuperare il valore della NumeralStyle proprietà.

Valori restituiti

Valore corrente della NumeralStyle proprietà associata nell'oggetto dipendenza specificato.

Attributi

Si applica a

Vedi anche