다음을 통해 공유


FontWeights.ExtraBold 속성

정의

글꼴 두께 값을 800으로 지정합니다.

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

속성 값

Weight 값이 800인 FontWeight 입니다.

적용 대상