FontWeights.Normal 속성

정의

글꼴 두께 값 400을 지정합니다.

public:
 static property FontWeight Normal { FontWeight get(); };
static FontWeight Normal();
public static FontWeight Normal { get; }
var fontWeight = FontWeights.normal;
Public Shared ReadOnly Property Normal As FontWeight

속성 값

Weight 값이 400인 FontWeight 입니다.

적용 대상