共用方式為


FontWeights.Bold 屬性

定義

指定字型粗細值為 700。

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

屬性值

Weight 值為 700 的 FontWeight

適用於