This topic has not yet been rated - Rate this topic

RichTextBlockOverflow.BaselineOffset property

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.

Syntax


public double BaselineOffset { get; }

Property value

Type: System.Double [.NET] | float64 [C++]

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

RichTextBlockOverflow

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.