New to Telerik UI for WPFStart a free 30-day trial

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: RadParagraphPropertiesDialog

Methods

Displays the paragraph properties dialog to allow users to modify paragraph settings.

C#
void ShowDialog(ParagraphPropertiesDialogContext context)
Parameters:contextParagraphPropertiesDialogContext

The context in which the paragraph properties dialog is displayed, containing relevant information about the paragraph.