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

プロパティ値

Double

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

属性

注釈

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

依存プロパティ情報

識別子フィールド FontSizeProperty
メタデータのプロパティが次に設定されている true AffectsMeasureAffectsRenderInherits

適用対象