Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 592 Bytes

richtextblock_baselineoffset.md

File metadata and controls

24 lines (15 loc) · 592 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichTextBlock.BaselineOffset
winrt property

Windows.UI.Xaml.Controls.RichTextBlock.BaselineOffset

-description

Gets a value that represents the offset in pixels from the top of the content to the baseline of the first paragraph. The baseline of the paragraph is the baseline of the first line in it.

-property-value

The computed baseline for the first paragraph, or 0 if the RichTextBlock is empty.

-remarks

-examples

-see-also