DXRichEditFormattingMarkVisibilityOptions Properties
Provides options used to specify the visibility the formatting marks (paragraph marks, spaces, tabs, etc.).| Name | Description |
|---|---|
| HiddenText | Gets or sets the visibility of the hidden text. This is a dependency property. |
| ParagraphMark | Gets or sets whether the paragraph marks should be displayed. This is a dependency property. |
| Separator | Not in use for the RichEditControl. |
| Space | Gets or sets whether space characters should be visible. This is a dependency property. |
| TabCharacter | Gets or sets whether tab characters should be visible. This is a dependency property. |
See Also