
| Class | Description | |
| InputFormat | The InputFormat class represents all formatting attributes at the current text input position. All properties are automatically updated, when the input position changes so that the class can be used in a XAML data binding without code behind. | |
| ParagraphFormat | An instance of the ParagraphFormat class represents the formatting attributes of a paragraph. |
| Property | Description | |
| ServerTextControl.ParagraphFormat | Gets or sets the paragraph formatting attributes of the text displayed by the control. | |
| TextControl.InputFormat | Gets an object of the type InputFormat which represents all formatting attributes at the current text input position. | |
| TextControl.ParagraphFormat | Gets or sets the paragraph formatting attributes of the text displayed by the control. | |
| WPF.TextControl.InputFormat | Gets an object of the type InputFormat which represents all formatting attributes at the current text input position. | |
| WPF.TextControl.ParagraphFormat | Gets or sets the paragraph formatting attributes of the text displayed by the control. |
| Method | Description | |
| TextControl.OnInputParagraphChanged | Raises the InputParagraphChanged event. | |
| TextControl.OnParagraphFormatChanged | Raises the ParagraphFormatChanged event. | |
| TextControl.ParagraphFormatDialog | Invokes the built-in dialog box for setting the formatting attributes of a paragraph. | |
| TextControl.TabDialog | Invokes the built-in dialog box for setting tabs. | |
| WPF.TextControl.OnInputParagraphChanged | Raises the InputParagraphChanged event. | |
| WPF.TextControl.OnParagraphFormatChanged | Raises the ParagraphFormatChanged event. | |
| WPF.TextControl.ParagraphFormatDialog | Invokes the built-in dialog box for setting the formatting attributes of a paragraph. | |
| WPF.TextControl.TabDialog | Invokes the built-in dialog box for setting tabs. |
| Event | Description | |
| TextControl.InputParagraphChanged | Occurs when the text input position has been moved to another paragraph. | |
| TextControl.ParagraphFormatChanged | Occurs when the formatting attributes of the selected paragraphs have been changed. | |
| WPF.TextControl.InputParagraphChanged | Occurs when the text input position has been moved to another paragraph. | |
| WPF.TextControl.ParagraphFormatChanged | Occurs when the formatting attributes of the selected paragraphs have been changed. |