ClassTabStopsPropertiesDialogContext
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.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
owner
Properties
ParagraphTabStopsList
Declaration
cs-api-definition
public IEnumerable<TabStop> ParagraphTabStopsList { get; }
Property Value
IEnumerable<TabStop>
StyleTabStopsList
Declaration
cs-api-definition
public IEnumerable<TabStop> StyleTabStopsList { get; }
Property Value
IEnumerable<TabStop>