TextLine.GetTextLineBreak Method

Definition

Gets the state of the line when broken by line breaking process.

public:
 abstract System::Windows::Media::TextFormatting::TextLineBreak ^ GetTextLineBreak();
public abstract System.Windows.Media.TextFormatting.TextLineBreak GetTextLineBreak ();
abstract member GetTextLineBreak : unit -> System.Windows.Media.TextFormatting.TextLineBreak
Public MustOverride Function GetTextLineBreak () As TextLineBreak

Returns

A TextLineBreak value that represents the line break.

Remarks

The return value is null when the line ends at the end of the paragraph.

The text formatter client may pass the return value back as a parameter to the FormatLine method, which allows the value to be used when formatting the next line within the same paragraph.

Applies to