Skip to main content

PageBasedRichEditView Members

Represents a base class for RichEdit views that involve pagination.

#Properties
Show Inherited Hide Inherited

Name Description
AdjustColorsToSkins Specifies whether or not to obtain the font color and background color values from the current skin, if they have not been defined explicitly. Inherited from RichEditView.
AllowDisplayLineNumbers Gets or sets whether line numbers, when enabled, are displayed in the view. Inherited from RichEditView.
BackColor This property is not in effect for the SilverLight version of RichEditControl. Inherited from RichEditView.
Control Provides access to the IRichEditControl interface of the view owner. Inherited from RichEditView.
Type Gets the RichEditControl View's type. Inherited from RichEditView.
ZoomFactor Gets or sets the current zoom level used to display the document. Inherited from RichEditView.

#Methods
Show Inherited Hide Inherited

Name Description
Dispose() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RichEditView.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetCursorBounds() Gets the cursor coordinates in the current document's view. Inherited from RichEditView.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisiblePagesRange() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RichEditView.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Overrides the base class method to clear the text representation of an object. Inherited from RichEditView.
Visit(IRichEditViewVisitor) A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor. Inherited from RichEditView.

#Events

Name Description
PageCountChanged Occurs when multiple pages in a view are changed.
See Also