LanguageFont.FontWeight 属性

定义

获取 FontWeight) (字体的 粗细。

字体的粗细是笔划的轻量或重度。

public:
 property FontWeight FontWeight { FontWeight get(); };
FontWeight FontWeight();
public FontWeight FontWeight { get; }
var fontWeight = languageFont.fontWeight;
Public ReadOnly Property FontWeight As FontWeight

属性值

该字体的粗细。

适用于