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

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)
Parameters:tabStopsListIEnumerable<TabStop>replaceTabStopsAction<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>defaultTabWidthdoubleownerRadRichTextBox

Properties

C#
public double DefaultTabWidth { get; }
C#
public RadRichTextBox Owner { get; }
C#
public IEnumerable<TabStop> ParagraphTabStopsList { get; }
C#
public Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> ReplaceTabStopsAndDefaultTabWidth { get; }
C#
public IEnumerable<TabStop> StyleTabStopsList { get; }