Class TabStopsPropertiesDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TabStopsPropertiesDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, IAnalyticsProvider, ITabStopsPropertiesDialog, INotifyPropertyChanged
Constructors
TabStopsPropertiesDialog()
Declaration
public TabStopsPropertiesDialog()
Properties
ClearAllTabStops
Declaration
public bool ClearAllTabStops { get; set; }
Property Value
System.Boolean
|
DefaultTabWidth
Declaration
public double DefaultTabWidth { get; set; }
Property Value
System.Double
|
MeasureUnit
Declaration
public string MeasureUnit { get; set; }
Property Value
System.String
|
TabStopsList
Declaration
public ObservableCollection<TabStop> TabStopsList { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<TabStop>
|
TabStopsToBeCleared
Declaration
public List<TabStop> TabStopsToBeCleared { get; set; }
Property Value
System.Collections.Generic.List<TabStop>
|
Methods
Convert(Object)
Declaration
public double Convert(object value)
Parameters
System.Object
value
|
Returns
System.Double
|
ConvertBack(Object)
Declaration
public double ConvertBack(object value)
Parameters
System.Object
value
|
Returns
System.Double
|
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowDialog(TabStopsPropertiesDialogContext)
Declaration
public void ShowDialog(TabStopsPropertiesDialogContext context)
Parameters
TabStopsPropertiesDialogContext
context
|
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|