Page.FontSize プロパティ

定義

フォント サイズを取得または設定します。

public:
 property double FontSize { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))]
[System.Windows.Localizability(System.Windows.LocalizationCategory.None)]
public double FontSize { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))>]
[<System.Windows.Localizability(System.Windows.LocalizationCategory.None)>]
member this.FontSize : double with get, set
Public Property FontSize As Double

プロパティ値

Pageのコンテンツのフォント サイズ。 既定値は MessageFontSize です。

属性

注釈

フォント サイズは正の数で、 MessageFontSizeの範囲内である必要があります。

依存関係プロパティ情報

品目 価値
識別子フィールド FontSizeProperty
に設定されたメタデータ プロパティ true AffectsMeasureAffectsRenderInherits

適用対象