TextFormattingParagraphProperties::FirstLineInParagraph Property

 

Determines whether this is the first line in a paragraph.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

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

Property Value

Type: System::Boolean

true if this is the first line in a paragraph, otherwise false.

Return to top
Show: