FontWeights.Normal 속성

정의

"보통" 글꼴 두께를 지정합니다.

public:
 static property System::Windows::FontWeight Normal { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight Normal { get; }
static member Normal : System.Windows.FontWeight
Public Shared ReadOnly Property Normal As FontWeight

속성 값

"보통" 글꼴 두께를 나타내는 값입니다.

예제

"울트라 굵게" 글꼴 두께는 일반 가중치보다 무거운 스트로크를 설명합니다.

설명

Normal 는 글꼴 두께 Regular와 같습니다.

적용 대상