Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 848 Bytes

contentpresenter_textlinebounds.md

File metadata and controls

31 lines (22 loc) · 848 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentPresenter.TextLineBounds
winrt property

Microsoft.UI.Xaml.Controls.ContentPresenter.TextLineBounds

-description

Gets or sets a value that indicates how the line box height is determined for each line of text displayed in the ContentPresenter.

-xaml-syntax

<ContentPresenter TextLineBounds="textLineBoundsValue"/>

-xaml-values

textLineBoundsValue
textLineBoundsValue A named constant of the TextLineBounds enumeration, such as TrimToBaseline.
## -property-value A value that indicates how the line box height is determined for each line of text. The default is **Full**.

-remarks

-examples

-see-also