ClassParagraphLineInfo
Class
Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class ParagraphLineInfo
Inheritance: objectParagraphLineInfo
Constructors
ParagraphLineInfo(Paragraph)
Declaration
cs-api-definition
public ParagraphLineInfo(Paragraph paragraph)
Parameters
paragraph
ParagraphLineInfo(ParagraphLineInfo)
Declaration
cs-api-definition
public ParagraphLineInfo(ParagraphLineInfo paragraphLineInfo)
Parameters
paragraphLineInfo
Properties
FirstInlineBox
Declaration
cs-api-definition
public InlineLayoutBox FirstInlineBox { get; set; }
Property Value