C1.WPF.RichTextBox Namespace : C1Line Class |
The following tables list the members exposed by C1Line.
Name | Description | |
---|---|---|
![]() | Baseline | Gets the distance between the top of the C1Line and its baseline. |
![]() | Fragments | Gets the collection of fragments contained in this line. |
![]() | Height | Gets the height of this C1Line. |
![]() | Left | Gets the left coordinate of this C1Line relative to the document. |
![]() | Next | Gets the next line in the same C1FlowView, or null if it is the last. |
![]() | Parent | Gets the C1FlowView that created this line. |
![]() | Previous | Gets the previous line in the same C1FlowView, or null if it is the first. |
![]() | RelativeLeft | Gets the left coordinate of this C1Line relative to its Parent. |
![]() | RelativeTop | Gets the top coordinate of this C1Line relative to its Parent. |
![]() | Top | Gets the top coordinate of this C1Line relative to the document. |
![]() | TotalWidth | Gets the width of this C1Line including whitespaces at the end. |
![]() | Width | Gets the width of this C1Line excluding whitespaces at the end. |
![]() | XHeight | Gets the distance between the top of the C1Line and its x-height. |