TextFormattingParagraphProperties.FirstLineInParagraph Property
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.
Determines whether this is the first line in a paragraph.
public:
virtual property bool FirstLineInParagraph { bool get(); };
public:
virtual property bool FirstLineInParagraph { bool get(); };
public override bool FirstLineInParagraph { get; }
member this.FirstLineInParagraph : bool
Public Overrides ReadOnly Property FirstLineInParagraph As Boolean
Property Value
true if this is the first line in a paragraph, otherwise false.