Control.FontWeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定字体的粗细。
public:
property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FontWeight();
void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = control.fontWeight;
control.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<control FontWeight="fontWeightMemberName"/>
属性值
指定指定字体粗细的值之一。 默认值为 Normal。