Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 664 Bytes

contentpresenter_lineheight.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.ContentPresenter.LineHeight

-description

Gets or sets the height of each line of text content presented by the ContentPresenter.

-xaml-syntax

<ContentPresenter LineHeight="double"/>

-property-value

The height in pixels of each line of text content. 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