TextBlock.FontSize 屬性

定義

取得或設定這個專案中文字內容的字型大小。

public:
 property double FontSize { double get(); void set(double value); };
double FontSize();

void FontSize(double value);
public double FontSize { get; set; }
var double = textBlock.fontSize;
textBlock.fontSize = double;
Public Property FontSize As Double
<TextBlock FontSize="double" .../>

屬性值

Double

double

指定以圖元為單位之字型大小的非負值。 預設值為 11。

適用於