TextElement.FontSize プロパティ

定義

要素のコンテンツのフォント サイズを取得または設定します。

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 ピクセルです。

適用対象