Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ParagraphLineSegmentInfo
Inheritance: objectParagraphLineSegmentInfo
Constructors
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 bool IsStartSegment { get; }
C#
public int LastWordIndex { get; }
C#
public int LastWordIndexInSegment { get; }
Count of the gaps that are caused by single symbol characters
C#
public int SingleSymbolGapsCount { get; set; }
C#
public float TotalWidth { get; }