다음을 통해 공유


FontWeights.Bold 속성

정의

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

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

속성 값

Weight 값이 700인 FontWeight 입니다.

적용 대상