Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 546 Bytes

contentpresenter_fontsize.md

File metadata and controls

28 lines (19 loc) · 546 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentPresenter.FontSize
winrt property

Microsoft.UI.Xaml.Controls.ContentPresenter.FontSize

-description

Gets or sets the font size for the text content presented by the ContentPresenter.

-xaml-syntax

<ContentPresenter FontSize="double" .../>

-property-value

A non-negative value that specifies the font size, measured in pixels.

-remarks

-examples

-see-also