TextElement.FontSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定項目內容的字型大小。
public:
property double FontSize { double get(); void set(double value); };
double FontSize();
void FontSize(double value);
public double FontSize { get; set; }
var double = textElement.fontSize;
textElement.fontSize = double;
Public Property FontSize As Double
<textElement FontSize="double" />
屬性值
Double
double
所需的字型大小,以圖元為單位。 預設值為 11 圖元。