The MarkSettings class represents the settings for marking content in form controls, including character, position, and style.
Properties
| Name | Description |
|---|
| Style | The style applied to the mark. |
| Position | The position of the mark relative to the content. |
| Char | The character used for marking content. |
Constructors
| Name | Description |
|---|
| MarkSettings() | Initializes a new instance of the MarkSettings class with default values. |
Methods
| Name | Description |
|---|
| GetDifferences(otherObj) | Compares the current instance with another mark settings and returns the differences. |