TextParagraphProperties::FirstLineInParagraph Property

 

Gets a value that indicates whether the text run is the first line of the paragraph.

Namespace:   System.Windows.Media.TextFormatting
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool FirstLineInParagraph {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true, if the text run is the first line of the paragraph; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: