Class TabStopsPropertiesDialogContext
Inheritance
System.Object
TabStopsPropertiesDialogContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TabStopsPropertiesDialogContext
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
Declaration
public double DefaultTabWidth { get; }
Property Value
System.Double
|
Owner
ParagraphTabStopsList
Declaration
public IEnumerable<TabStop> ParagraphTabStopsList { get; }
Property Value
System.Collections.Generic.IEnumerable<TabStop>
|
ReplaceTabStopsAndDefaultTabWidth
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
Declaration
public IEnumerable<TabStop> StyleTabStopsList { get; }
Property Value
System.Collections.Generic.IEnumerable<TabStop>
|