Typography.SetNumeralStyle(DependencyObject, FontNumeralStyle) Methode

Definitie

Hiermee stelt u de waarde van de NumeralStyle gekoppelde eigenschap voor een opgegeven afhankelijkheidsobject in.

public:
 static void SetNumeralStyle(System::Windows::DependencyObject ^ element, System::Windows::FontNumeralStyle value);
public static void SetNumeralStyle(System.Windows.DependencyObject element, System.Windows.FontNumeralStyle value);
static member SetNumeralStyle : System.Windows.DependencyObject * System.Windows.FontNumeralStyle -> unit
Public Shared Sub SetNumeralStyle (element As DependencyObject, value As FontNumeralStyle)

Parameters

element
DependencyObject

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

value
FontNumeralStyle

De nieuwe waarde voor het instellen van de eigenschap op.

Uitzonderingen

Verhoogd wanneer element is null.

Van toepassing op

Zie ook