Gets the first RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RenderParagraphFragment FirstFragment { get; }
Visual Basic
Public ReadOnly Property FirstFragment As RenderParagraphFragment
	Get

See Also