Class TabStopsPropertiesDialog
TabStopsPropertiesDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TabStopsPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, ITabStopsPropertiesDialog, INotifyPropertyChanged, IComponentConnector
Constructors
TabStopsPropertiesDialog()
Declaration
public TabStopsPropertiesDialog()
Properties
ClearAllTabStops
Declaration
public bool ClearAllTabStops { get; set; }
Property Value
System.
|
DefaultTabWidth
Declaration
public double DefaultTabWidth { get; set; }
Property Value
System.
|
MeasureUnit
Declaration
public string MeasureUnit { get; set; }
Property Value
System.
|
TabStopsList
Declaration
public ObservableCollection<TabStop> TabStopsList { get; set; }
Property Value
System.
|
TabStopsToBeCleared
Declaration
public List<TabStop> TabStopsToBeCleared { get; set; }
Property Value
System.
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(TabStopsPropertiesDialogContext)
Declaration
public void ShowDialog(TabStopsPropertiesDialogContext context)
Parameters
Tab
|
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|