Typography.SetNumeralStyle(DependencyObject, FontNumeralStyle) Yöntem

Tanım

Belirtilen bağımlılık nesnesi için ekli özelliğin NumeralStyle değerini ayarlar.

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)

Parametreler

element
DependencyObject

Özelliğinin değerinin NumeralStyle ayarlanacağı bağımlılık nesnesi.

value
FontNumeralStyle

Özelliğin ayarlanacağı yeni değer.

Özel durumlar

olduğunda element yükseltilir null.

Şunlara uygulanır

Ayrıca bkz.