Page.FontFamily Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Namens der angegebenen Schriftartfamilie.

public:
 property System::Windows::Media::FontFamily ^ FontFamily { System::Windows::Media::FontFamily ^ get(); void set(System::Windows::Media::FontFamily ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Windows.Localizability(System.Windows.LocalizationCategory.Font, Modifiability=System.Windows.Modifiability.Unmodifiable)]
public System.Windows.Media.FontFamily FontFamily { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Windows.Localizability(System.Windows.LocalizationCategory.Font, Modifiability=System.Windows.Modifiability.Unmodifiable)>]
member this.FontFamily : System.Windows.Media.FontFamily with get, set
Public Property FontFamily As FontFamily

Eigenschaftswert

A FontFamily that is the font family for the content of a Page. Der Standardwert lautet MessageFontFamily.

Attribute

Hinweise

Informationen zur Abhängigkeitseigenschaft

Element Wert
Bezeichnerfeld FontFamilyProperty
Auf Metadateneigenschaften festgelegt true AffectsMeasure, AffectsRenderInherits

Gilt für: