Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.01 KB

textblock_textlinebounds.md

File metadata and controls

34 lines (23 loc) · 1.01 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBlock.TextLineBounds
winrt property

Windows.UI.Xaml.Controls.TextBlock.TextLineBounds

-description

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

-xaml-syntax

<TextBlock 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 in the [TextBlock](textblock.md). The default is **Full**.

-remarks

For illustrations of how the different values for TextLineBounds affect adjacent lines of text, see TextLineBounds.

-examples

-see-also