Page.FontFamily 屬性

定義

取得或設定所指定之字型系列的名稱。

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

屬性值

FontFamily,它是 Page 內容的字型系列。 預設為 MessageFontFamily

屬性

備註

相依性屬性資訊

識別碼欄位 FontFamilyProperty
中繼資料屬性設定為 true AffectsMeasure, AffectsRender, Inherits

適用於