Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.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)
Properties
C#
public double DefaultTabWidth { get; }
C#
public RadRichTextBox Owner { get; }
ParagraphTabStopsList
IEnumerable<TabStop>
C#
public IEnumerable<TabStop> ParagraphTabStopsList { get; }
C#
public Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> ReplaceTabStopsAndDefaultTabWidth { get; }
StyleTabStopsList
IEnumerable<TabStop>
C#
public IEnumerable<TabStop> StyleTabStopsList { get; }