Page.FontFamily Eigenschaft

Definition

Ruft den Namen der angegebenen Schriftfamilie ab oder legt diesen fest.

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

Eine FontFamily, die die Schriftfamilie für den Inhalt einer Page ist. Der Standardwert ist MessageFontFamily.

Attribute

Hinweise

Informationen zur Abhängigkeitseigenschaft

Bezeichnerfeld FontFamilyProperty
Metadateneigenschaften auf true festgelegt AffectsMeasure, AffectsRender, Inherits

Gilt für: