Typography.GetNumeralStyle(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata NumeralStyle relativa a un oggetto 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 cui recuperare il valore della proprietà NumeralStyle.

Restituisce

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

Attributi

Si applica a

Vedi anche