Typography.GetNumeralStyle(DependencyObject) Methode

Definitie

Retourneert de waarde van de NumeralStyle gekoppelde eigenschap voor een opgegeven afhankelijkheidsobject.

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

Parameters

element
DependencyObject

Het afhankelijkheidsobject waarvoor de waarde van de NumeralStyle eigenschap moet worden opgehaald.

Retouren

De huidige waarde van de NumeralStyle gekoppelde eigenschap voor het opgegeven afhankelijkheidsobject.

Kenmerken

Van toepassing op

Zie ook