다음을 통해 공유


FontWeights.SemiBold 속성

정의

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

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

속성 값

Weight 값이 600인 FontWeight 입니다.

적용 대상