TextEndOfLine Class
Definition
A text run that indicates the end of a line.
public class TextEndOfLine
Constructors
| Name | Description |
|---|---|
| TextEndOfLine | No summary available. |
TextEndOfLine Constructor
public TextEndOfLine(int textSourceLength)
Parameters
textSourceLength int
Properties
| Name | Description |
|---|---|
| Length | No summary available. |
| Properties | A set of properties shared by every characters in the run Inherited from TextRun. |
| Text | Gets the text run's text. Inherited from TextRun. |
Length Property
public int Length { get; set; }
Fields
| Name | Description |
|---|---|
| DefaultTextSourceLength | Inherited from TextRun. |