ClassParagraphPropertiesDialogContext
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:
public class ParagraphPropertiesDialogContext
Inheritance: objectParagraphPropertiesDialogContext
Constructors
ParagraphPropertiesDialogContext(StyleDefinition, Action<StyleDefinition>, Action)
Declaration
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback)
Parameters
styleInfo
applyPropCallback
showTabStopsPropertiesDialogCallback
ParagraphPropertiesDialogContext(StyleDefinition, Action<StyleDefinition>, Action, RadRichTextBox)
Declaration
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback, RadRichTextBox owner)
Parameters
styleInfo
applyPropCallback
showTabStopsPropertiesDialogCallback
owner
Properties
ApplyPropCallback
Applies the specified property changes to the paragraph properties dialog context.
Declaration
public Action<StyleDefinition> ApplyPropCallback { get; }
Property Value
Owner
Gets the owner of the ParagraphPropertiesDialogContext.
ShowTabStopsPropertiesDialogCallback
Displays a dialog for configuring tab stops properties.
Declaration
public Action ShowTabStopsPropertiesDialogCallback { get; }
Property Value
StyleInfo
Represents the style information for a paragraph in the Paragraph Properties Dialog context.
Declaration
public StyleDefinition StyleInfo { get; }
Property Value