SimpleView Properties
Represents a simple view of the Rich Edit control.| 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 can be displayed in the view. Inherited from RichEditView. |
| BackColor | Gets or sets the background color of the View. Inherited from RichEditView. |
| Control | Provides access to the IRichEditControl interface of the view owner. Inherited from RichEditView. |
| Padding | Gets or sets the distance in pixels between the text and the control’s borders. |
| Type | Gets the RichEditControl View’s type. |
| WordWrap | Gets or sets whether the text is wrapped when a document is displayed in the simple view. |
| ZoomFactor | Gets or sets the current zoom level used to display the document. Inherited from RichEditView. |
See Also