FontWeights.Normal 属性

定义

指定字体粗细值 400。

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

属性值

Weight 值为 400 的 FontWeight

适用于