Typography.SetNumeralAlignment(DependencyObject, FontNumeralAlignment) 메서드

정의

지정된 종속성 개체에 대한 NumeralAlignment 연결된 속성의 값을 설정합니다.

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

매개 변수

element
DependencyObject

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

value
FontNumeralAlignment

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

예외

elementnull일 때 발생합니다.

적용 대상

추가 정보