RadParagraphPropertiesDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RadParagraphPropertiesDialog : ParagraphPropertiesDialogBase, INotifyLayoutChange, IDragAware, IParagraphPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowParagraphPropertiesDialogBaseRadParagraphPropertiesDialog...
Implements:
Inherited Members
Constructors
C#
public RadParagraphPropertiesDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Displays the paragraph properties dialog to allow users to modify paragraph settings.
C#
public void ShowDialog(ParagraphPropertiesDialogContext context)
The context in which the paragraph properties dialog is displayed, containing relevant information about the paragraph.
Implements: