FamilyTypeface.Weight 属性

定义

获取或设置所设计的此字体系列字样的粗细。

public:
 property System::Windows::FontWeight Weight { System::Windows::FontWeight get(); void set(System::Windows::FontWeight value); };
public System.Windows.FontWeight Weight { get; set; }
member this.Weight : System.Windows.FontWeight with get, set
Public Property Weight As FontWeight

属性值

一个 FontWeight 类型的值。

注解

Weight 描述给定字体的相对粗细。 与同一字体中的“正常”字符相比,粗细通常通过与字体中给定字符关联的笔划或粗细增加来区分。

适用于