Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 472 Bytes

textelement_fontsize.md

File metadata and controls

28 lines (19 loc) · 472 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.TextElement.FontSize
winrt property

Microsoft.UI.Xaml.Documents.TextElement.FontSize

-description

Gets or sets the font size for the content of the element.

-xaml-syntax

<textElement FontSize="double" /> 

-property-value

The desired font size in pixels. The default is 11 pixels.

-remarks

-examples

-see-also