ClassPrintPreview
Class
PrintPreview
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.TableOfContents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PrintPreview : UserControl, INotifyPropertyChanged, IComponentConnector
Inheritance: objectPrintPreview
Implements:
Constructors
PrintPreview()
Declaration
cs-api-definition
public PrintPreview()
Fields
LevelProperty
Declaration
cs-api-definition
public static readonly DependencyProperty LevelProperty
Field Value
DependencyProperty
SelectedCaptionLabelProperty
Declaration
cs-api-definition
public static readonly DependencyProperty SelectedCaptionLabelProperty
Field Value
DependencyProperty
Properties
SelectedCaptionLabel
Declaration
cs-api-definition
public string SelectedCaptionLabel { get; set; }
Property Value
SelectedTabStopLeader
Declaration
cs-api-definition
public TabStopLeader SelectedTabStopLeader { get; set; }
Property Value
UseTOFStyleForEntries
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "TOF")]
public bool UseTOFStyleForEntries { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements