Page.FontSize Właściwość

Definicja

Pobiera lub ustawia rozmiar czcionki.

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

Wartość właściwości

Double

Rozmiar czcionki zawartości obiektu Page. Wartość domyślna to MessageFontSize.

Atrybuty

Uwagi

Rozmiar czcionki musi być liczbą dodatnią i w zakresie MessageFontSize.

Informacje dotyczące właściwości zależności

Pole identyfikatora FontSizeProperty
Właściwości metadanych ustawione na true AffectsMeasure, AffectsRender, Inherits

Dotyczy