Interface IParagraphPropertiesDialog
Represents the paragraph properties dialog interface, providing methods to manage paragraph formatting.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IParagraphPropertiesDialog
Methods
ShowDialog(ParagraphPropertiesDialogContext)
Displays the paragraph properties dialog to allow users to modify paragraph settings.
Declaration
void ShowDialog(ParagraphPropertiesDialogContext context)
Parameters
ParagraphPropertiesDialogContext
context
The context in which the paragraph properties dialog is displayed, containing relevant information about the paragraph. |