다음을 통해 공유


FontWeights.Thin 속성

정의

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

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

속성 값

Weight 값이 100인 FontWeight 입니다.

적용 대상