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.
Inheritance
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TabStopsPropertiesDialogContext : Object
Constructors
TabStopsPropertiesDialogContext(IEnumerable<TabStop>, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, Boolean, Double>, Double, RadRichTextBox)
Declaration
public TabStopsPropertiesDialogContext(IEnumerable<TabStop> tabStopsList, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> replaceTabStops, double defaultTabWidth, RadRichTextBox owner)
Parameters
System.Collections.Generic.IEnumerable<TabStop>
tabStopsList
|
System.Action<System.Collections.Generic.IEnumerable<TabStop>, System.Collections.Generic.IEnumerable<TabStop>, System.Boolean, System.Double>
replaceTabStops
|
System.Double
defaultTabWidth
|
RadRichTextBox
owner
|
Properties
DefaultTabWidth
Gets the default tab width used in the Tab Stops Properties dialog context.
Declaration
public double DefaultTabWidth { get; }
Property Value
System.Double
|
Owner
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
System.Collections.Generic.IEnumerable<TabStop>
|
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
System.Action<System.Collections.Generic.IEnumerable<TabStop>, System.Collections.Generic.IEnumerable<TabStop>, System.Boolean, System.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
System.Collections.Generic.IEnumerable<TabStop>
|