DXRichEditFormattingMarkVisibilityOptions Members
Provides options used to specify the visibility the formatting marks (paragraph marks, spaces, tabs, etc.).Constructors
| Name | Description |
|---|---|
| DXRichEditFormattingMarkVisibilityOptions() | Initializes a new instance of the DXRichEditFormattingMarkVisibilityOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| HiddenTextProperty static | Identifies the DXRichEditFormattingMarkVisibilityOptions.HiddenText dependency property. |
| ParagraphMarkProperty static | Identifies the DXRichEditFormattingMarkVisibilityOptions.ParagraphMark dependency property. |
| SeparatorProperty static | Identifies the DXRichEditFormattingMarkVisibilityOptions.Separator dependency property. |
| SpaceProperty static | Identifies the DXRichEditFormattingMarkVisibilityOptions.Space dependency property. |
| TabCharacterProperty static | Identifies the DXRichEditFormattingMarkVisibilityOptions.TabCharacter dependency property. |
Properties
| 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