TextEditProperties Constructors
Contains the base settings specific to text editors.| Name | Parameters | Description |
|---|---|---|
| TextEditProperties() | none | Initializes a new instance of the TextEditProperties class with default settings. |
| TextEditProperties(IPropertiesOwner) | owner | Initializes a new instance of the TextEditProperties class with the specified owner. |
See Also