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

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:

C#
public class TabStopsPropertiesDialogContext

Inheritance: objectTabStopsPropertiesDialogContext

Constructors

C#
public TabStopsPropertiesDialogContext(IEnumerable<TabStop> tabStopsList, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> replaceTabStops, double defaultTabWidth, RadRichTextBox owner)
Parameters:tabStopsListIEnumerable<TabStop>replaceTabStopsAction<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>defaultTabWidthdoubleownerRadRichTextBox

Properties

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

C#
public double DefaultTabWidth { get; }
C#
public RadRichTextBox Owner { get; }

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

C#
public IEnumerable<TabStop> ParagraphTabStopsList { get; }

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

C#
public Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> ReplaceTabStopsAndDefaultTabWidth { get; }

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

C#
public IEnumerable<TabStop> StyleTabStopsList { get; }