Represents a line of text generated by a C1FlowView.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public class C1Line
Visual Basic
Public Class C1Line

Remarks

A line contains a collection of C1LineFragments. Each line fragment contains a section of a C1TextElement, this may be a run of text, or a whole C1Block.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.RichTextBox..::..C1Line

See Also