PrintPreview
Class
PrintPreview
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.TableOfContents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PrintPreview : UserControl, INotifyPropertyChanged, IComponentConnector
Inheritance: objectPrintPreview
Implements:
Constructors
C#
public PrintPreview()
Fields
LevelProperty
DependencyProperty
C#
public static readonly DependencyProperty LevelProperty
SelectedCaptionLabelProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedCaptionLabelProperty
Properties
C#
public bool RightAlignPageNumbers { get; set; }
C#
public string SelectedCaptionLabel { get; set; }
C#
public TabStopLeader SelectedTabStopLeader { get; set; }
C#
public bool ShowPageNumbers { get; set; }
C#
public bool UseTOFStyleForEntries { get; set; }
Methods
InitializeComponent
C#
public void InitializeComponent()
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: