FontWeights.ExtraLight 属性

定义

指定字体粗细值 200。

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

属性值

Weight 值为 200 的 FontWeight

适用于