The C1RichTextViewManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1RichTextViewManager |
Constructs a new C1RichTextViewManager.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Detaches the C1RichTextViewManager from its Document.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetElementFromPoint |
Returns the C1TextElement directly below a given point.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetLine |
Returns the inner C1Line that contains a C1TextPointer.
|
|
|
GetPointFromMouseEvent |
Returns a point in document coordinates from the position of a mouse event.
|
|
|
GetPointFromRelativePoint |
Returns a point in document coordinates from a point relative to a UIElement.
|
|
|
GetPositionFromPoint |
Returns the closest text position to a given point in the document layout.
|
|
|
GetRectFromPosition |
Returns the Rect of document layout coordinates for a given position.
|
|
|
GetRelativePointFromPoint |
Returns a point relative to an element from a point in document coordinates.
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
GetView |
Gets the view associated with a given C1TextElement in this C1RichTextViewManager.
|
|
|
InvalidatePaint |
Forces a new paint pass.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OfflinePaint |
Paint rich text outside the visual tree.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Document |
Gets or sets the C1Document associated with this C1RichTextViewManager.
|
|
|
Painter |
Gets or sets a IRichTextPainter that can customize the painting of this C1RichTextViewManager contents.
|
|
|
PresenterInfo |
Gets or sets an object that can be accessed through bindings in each presenter.
|
|
|
Presenters |
Gets the collection of C1RichTextPresenterSource.
|
|
|
StyleOverride |
Gets or sets a IStyleOverride that can override the styles of this C1RichTextViewManager contents.
|
|
|
TabSize |
Gets or sets the width of a tab in whitespaces.
|