The C1RichTextViewManager type exposes the following members.

Constructors

  Name Description
Public method C1RichTextViewManager
Constructs a new C1RichTextViewManager.

Methods

  Name Description
Public method Dispose
Detaches the C1RichTextViewManager from its Document.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetElementFromPoint
Returns the C1TextElement directly below a given point.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLine
Returns the inner C1Line that contains a C1TextPointer.
Public method GetPointFromMouseEvent
Returns a point in document coordinates from the position of a mouse event.
Public method GetPointFromRelativePoint
Returns a point in document coordinates from a point relative to a UIElement.
Public method GetPositionFromPoint
Returns the closest text position to a given point in the document layout.
Public method GetRectFromPosition
Returns the Rect of document layout coordinates for a given position.
Public method GetRelativePointFromPoint
Returns a point relative to an element from a point in document coordinates.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetView
Gets the view associated with a given C1TextElement in this C1RichTextViewManager.
Public method InvalidatePaint
Forces a new paint pass.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OfflinePaint
Paint rich text outside the visual tree.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Document
Gets or sets the C1Document associated with this C1RichTextViewManager.
Public property Painter
Gets or sets a IRichTextPainter that can customize the painting of this C1RichTextViewManager contents.
Public property PresenterInfo
Gets or sets an object that can be accessed through bindings in each presenter.
Public property Presenters
Gets the collection of C1RichTextPresenterSource.
Public property StyleOverride
Gets or sets a IStyleOverride that can override the styles of this C1RichTextViewManager contents.
Public property TabSize
Gets or sets the width of a tab in whitespaces.

See Also