Class TabStopsPropertiesDialog
Inheritance
System.Object
TabStopsPropertiesDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TabStopsPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, 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
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(TabStopsPropertiesDialogContext)
Declaration
public void ShowDialog(TabStopsPropertiesDialogContext context)
Parameters
TabStopsPropertiesDialogContext
context
|
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|