New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ParagraphLineSegmentInfo

Inheritance: objectParagraphLineSegmentInfo

Constructors

C#
public ParagraphLineSegmentInfo(Paragraph paragraph, float segmentStartX)
Parameters:paragraphParagraphsegmentStartXfloat

Properties

C#
public int AnnotationsCount { get; }
C#
public int AnnotationsCountNotAdded { get; }
C#
public float ArrangeDelta { get; }
C#
public float ArrangeStartX { get; }
C#
public int CharactersCount { get; }
C#
public float Gap { get; }
C#
public bool IsStartSegment { get; }
C#
public int LastWordIndex { get; }
C#
public int LastWordIndexInSegment { get; }
C#
public Paragraph Paragraph { get; }

Count of the gaps that are caused by single symbol characters

C#
public int SingleSymbolGapsCount { get; set; }
C#
public float StartX { get; }
C#
public float TotalWidth { get; }
C#
public float Width { get; }
C#
public int WordCount { get; }