Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 501 Bytes

textblock_fontsize.md

File metadata and controls

30 lines (19 loc) · 501 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBlock.FontSize
winrt property

Windows.UI.Xaml.Controls.TextBlock.FontSize

-description

Gets or sets the font size for the text content in this element.

-xaml-syntax

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

-property-value

A non-negative value that specifies the font size, measured in pixels. The default is 11.

-remarks

-examples

-see-also