[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1FlowView

C1FlowView Class

A C1TextElementView that flows text into stacked lines. This is the default view for most text blocks.

Inheritance
C1FlowView
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1FlowView : C1TextElementView

Constructors

Name Description
C1FlowView(C1RichTextViewManager, C1TextElement)

Constructs a new C1FlowView.

Properties

Name Description
Lines

Gets the C1Line created in this C1FlowView when doing layout.

Methods

Name Description
GetLinesBetween(double, double)

Returns the lines contained in a height range.