Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 575 Bytes

richtextblock_lineheight.md

File metadata and controls

30 lines (19 loc) · 575 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichTextBlock.LineHeight
winrt property

Windows.UI.Xaml.Controls.RichTextBlock.LineHeight

-description

Gets or sets the height of each line of content.

-xaml-syntax

<RichTextBlock LineHeight="double"/>

-property-value

The height of each line in pixels. A value of 0 indicates that the line height is determined automatically from the current font characteristics. The default is 0.

-remarks

-examples

-see-also