Page::FontFamily Property
.NET Framework (current version)
Gets or sets the name of the specified font family.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [LocalizabilityAttribute(LocalizationCategory::Font, Modifiability = Modifiability::Unmodifiable)] property FontFamily^ FontFamily { FontFamily^ get(); void set(FontFamily^ value); }
Property Value
Type: System.Windows.Media::FontFamily^A FontFamily that is the font family for the content of a Page. The default is SystemFonts::MessageFontFamily.
.NET Framework
Available since 3.0
Available since 3.0
Show: