Typography.SetNumeralStyle(DependencyObject, FontNumeralStyle) 메서드

정의

지정된 종속성 개체의 NumeralStyle 연결된 속성 값을 설정합니다.

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)

매개 변수

element
DependencyObject

속성 값을 NumeralStyle 설정할 종속성 개체입니다.

value
FontNumeralStyle

속성을 설정할 새 값입니다.

예외

있는 경우 element 발생합니다 null.

적용 대상

추가 정보