Gets the previous line in the same C1FlowView, or null if it is the first.

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

Syntax

C#
public C1Line Previous { get; internal set; }
Visual Basic
Public Property Previous As C1Line
	Get
	Friend Set

See Also