Represents the context for the paragraph properties dialog within the Telerik UI framework. This class encapsulates the properties and behaviors related to configuring and modifying paragraph settings.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ParagraphPropertiesDialogContext
Inheritance: objectParagraphPropertiesDialogContext
Constructors
C#
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback, RadRichTextBox owner)
C#
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback)
Properties
Applies the specified property changes to the paragraph properties dialog context.
C#
public Action<StyleDefinition> ApplyPropCallback { get; }
Gets the owner of the ParagraphPropertiesDialogContext.
C#
public RadRichTextBox Owner { get; }
Displays a dialog for configuring tab stops properties.
C#
public Action ShowTabStopsPropertiesDialogCallback { get; }
Represents the style information for a paragraph in the Paragraph Properties Dialog context.
C#
public StyleDefinition StyleInfo { get; }