TabStopsPropertiesDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TabStopsPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, ITabStopsPropertiesDialog, INotifyPropertyChanged, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowTabStopsPropertiesDialog
Implements:
Inherited Members
Constructors
C#
public TabStopsPropertiesDialog()
Properties
C#
public bool ClearAllTabStops { get; set; }
C#
public double DefaultTabWidth { get; set; }
C#
public string MeasureUnit { get; set; }
C#
public ObservableCollection<TabStop> TabStopsList { get; set; }
C#
public List<TabStop> TabStopsToBeCleared { get; set; }
Methods
InitializeComponent
C#
public void InitializeComponent()
Displays the tab stops properties dialog.
C#
public void ShowDialog(TabStopsPropertiesDialogContext context)
The context in which the tab stops properties dialog is displayed.
Implements:
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: