TextLine.GetTextLineBreak Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.