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