Class
TabStopsPropertiesDialogContext

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

double

owner

RadRichTextBox

Properties

DefaultTabWidth

Declaration

cs-api-definition
public double DefaultTabWidth { get; }

Property Value

double

Owner

Declaration

cs-api-definition
public RadRichTextBox Owner { get; }

Property Value

RadRichTextBox

ParagraphTabStopsList

Declaration

cs-api-definition
public IEnumerable<TabStop> ParagraphTabStopsList { get; }

Property Value

IEnumerable<TabStop>

ReplaceTabStopsAndDefaultTabWidth

Declaration

cs-api-definition
public Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> ReplaceTabStopsAndDefaultTabWidth { get; }

Property Value

Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double>

StyleTabStopsList

Declaration

cs-api-definition
public IEnumerable<TabStop> StyleTabStopsList { get; }

Property Value

IEnumerable<TabStop>