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