Class TabStopsPropertiesDialogContext
Inheritance
System.Object
TabStopsPropertiesDialogContext
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TabStopsPropertiesDialogContext : Object
Constructors
TabStopsPropertiesDialogContext(IEnumerable<TabStop>, IEnumerable<TabStop>, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, Boolean, Double>, Double)
Declaration
public TabStopsPropertiesDialogContext(IEnumerable<TabStop> paragraphTabStopsList, IEnumerable<TabStop> styleTabStopsList, Action<IEnumerable<TabStop>, IEnumerable<TabStop>, bool, double> replaceTabStopsAndDefaultTabWidth, double defaultTabWidth)
Parameters
System.Collections.Generic.IEnumerable<TabStop>
paragraphTabStopsList
|
System.Collections.Generic.IEnumerable<TabStop>
styleTabStopsList
|
System.Action<System.Collections.Generic.IEnumerable<TabStop>, System.Collections.Generic.IEnumerable<TabStop>, System.Boolean, System.Double>
replaceTabStopsAndDefaultTabWidth
|
System.Double
defaultTabWidth
|
Properties
DefaultTabWidth
Declaration
public double DefaultTabWidth { get; }
Property Value
System.Double
|
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>
|