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

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)
Parameters:styleInfoStyleDefinitionapplyPropCallbackAction<StyleDefinition>showTabStopsPropertiesDialogCallbackActionownerRadRichTextBox
C#
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback)
Parameters:styleInfoStyleDefinitionapplyPropCallbackAction<StyleDefinition>showTabStopsPropertiesDialogCallbackAction

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; }