Class
ParagraphPropertiesDialogContext

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:

cs-api-definition
public class ParagraphPropertiesDialogContext

Inheritance: objectParagraphPropertiesDialogContext

Constructors

ParagraphPropertiesDialogContext(StyleDefinition, Action<StyleDefinition>, Action)

Declaration

cs-api-definition
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback)

Parameters

styleInfo

StyleDefinition

applyPropCallback

Action<StyleDefinition>

showTabStopsPropertiesDialogCallback

Action

ParagraphPropertiesDialogContext(StyleDefinition, Action<StyleDefinition>, Action, RadRichTextBox)

Declaration

cs-api-definition
public ParagraphPropertiesDialogContext(StyleDefinition styleInfo, Action<StyleDefinition> applyPropCallback, Action showTabStopsPropertiesDialogCallback, RadRichTextBox owner)

Parameters

styleInfo

StyleDefinition

applyPropCallback

Action<StyleDefinition>

showTabStopsPropertiesDialogCallback

Action

owner

RadRichTextBox

Properties

ApplyPropCallback

Applies the specified property changes to the paragraph properties dialog context.

Declaration

cs-api-definition
public Action<StyleDefinition> ApplyPropCallback { get; }

Property Value

Action<StyleDefinition>

Owner

Gets the owner of the ParagraphPropertiesDialogContext.

Declaration

cs-api-definition
public RadRichTextBox Owner { get; }

Property Value

RadRichTextBox

ShowTabStopsPropertiesDialogCallback

Displays a dialog for configuring tab stops properties.

Declaration

cs-api-definition
public Action ShowTabStopsPropertiesDialogCallback { get; }

Property Value

Action

StyleInfo

Represents the style information for a paragraph in the Paragraph Properties Dialog context.

Declaration

cs-api-definition
public StyleDefinition StyleInfo { get; }

Property Value

StyleDefinition