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

适用于