Page.FontSize プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フォント サイズを取得または設定します。
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 |
AffectsMeasure、AffectsRender、Inherits |