Class
TabStopsPropertiesDialogContext

Represents the context for the Tab Stops Properties dialog in the Telerik UI for WPF. Provides options for managing tab stops within a document.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TabStopsPropertiesDialogContext

Inheritance: objectTabStopsPropertiesDialogContext

Constructors

TabStopsPropertiesDialogContext(IEnumerable<TabStop>, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>, double, RadRichTextBox)

Declaration

cs-api-definition
public TabStopsPropertiesDialogContext(IEnumerable<TabStop> tabStopsList, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> replaceTabStops, double defaultTabWidth, RadRichTextBox owner)

Parameters

tabStopsList

IEnumerable<TabStop>

replaceTabStops

Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>

defaultTabWidth

double

owner

RadRichTextBox

Properties

DefaultTabWidth

Gets the default tab width used in the Tab Stops Properties dialog context.

Declaration

cs-api-definition
public double DefaultTabWidth { get; }

Property Value

double

Owner

Declaration

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

Property Value

RadRichTextBox

ParagraphTabStopsList

Represents the context for displaying and managing paragraph tab stops in the tab stops properties dialog.

Declaration

cs-api-definition
public IEnumerable<TabStop> ParagraphTabStopsList { get; }

Property Value

IEnumerable<TabStop>

ReplaceTabStopsAndDefaultTabWidth

Replaces the existing tab stops and sets the default tab width for the dialog context.

Declaration

cs-api-definition
public Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> ReplaceTabStopsAndDefaultTabWidth { get; }

Property Value

Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>

StyleTabStopsList

Represents the context for the Tab Stops Properties Dialog, which handles the styling of tab stops within a document.

Declaration

cs-api-definition
public IEnumerable<TabStop> StyleTabStopsList { get; }

Property Value

IEnumerable<TabStop>