Page::FontSize Property
.NET Framework (current version)
Gets or sets the font size.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [TypeConverterAttribute((FontSizeConverter^::typeid))] [BindableAttribute(true)] [LocalizabilityAttribute(LocalizationCategory::None)] property double FontSize { double get(); void set(double value); }
Property Value
Type: System::DoubleThe font size for the content of a Page. The default is SystemFonts::MessageFontSize.
The font size must be a positive number and in the range of the MessageFontSize.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: