FontWeights.Normal 屬性

定義

指定 "Normal" 字型粗細。

public:
 static property System::Windows::FontWeight Normal { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight Normal { get; }
member this.Normal : System.Windows.FontWeight
Public Shared ReadOnly Property Normal As FontWeight

屬性值

FontWeight

表示 "Normal" 字型粗細的值。

範例

「Ultra-bold」 字型粗細描述比一般粗細還要重的筆劃。

備註

Normal 在字型粗細中相當於 Regular

適用於