ClassTabStopsPropertiesDialogContext
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:
public class TabStopsPropertiesDialogContext
Inheritance: objectTabStopsPropertiesDialogContext
Constructors
TabStopsPropertiesDialogContext(IEnumerable<TabStop>, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>, double, RadRichTextBox)
Declaration
public TabStopsPropertiesDialogContext(IEnumerable<TabStop> tabStopsList, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> replaceTabStops, double defaultTabWidth, RadRichTextBox owner)
Parameters
tabStopsList
replaceTabStops
Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>
defaultTabWidth
owner
Properties
DefaultTabWidth
Gets the default tab width used in the Tab Stops Properties dialog context.
ParagraphTabStopsList
Represents the context for displaying and managing paragraph tab stops in the tab stops properties dialog.
Declaration
public IEnumerable<TabStop> ParagraphTabStopsList { get; }
Property Value
ReplaceTabStopsAndDefaultTabWidth
Replaces the existing tab stops and sets the default tab width for the dialog context.
Declaration
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
public IEnumerable<TabStop> StyleTabStopsList { get; }
Property Value