Class PrintPreview
PrintPreview
Inheritance
System.Object
PrintPreview
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.TableOfContents
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PrintPreview : UserControl, INotifyPropertyChanged, IComponentConnector
Constructors
PrintPreview()
Declaration
public PrintPreview()
Fields
LevelProperty
Declaration
public static readonly DependencyProperty LevelProperty
Field Value
System.Windows.DependencyProperty
|
SelectedCaptionLabelProperty
Declaration
public static readonly DependencyProperty SelectedCaptionLabelProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Level
Declaration
public int Level { get; set; }
Property Value
System.Int32
|
RightAlignPageNumbers
Declaration
public bool RightAlignPageNumbers { get; set; }
Property Value
System.Boolean
|
SelectedCaptionLabel
Declaration
public string SelectedCaptionLabel { get; set; }
Property Value
System.String
|
SelectedTabStopLeader
ShowPageNumbers
Declaration
public bool ShowPageNumbers { get; set; }
Property Value
System.Boolean
|
UseTOFStyleForEntries
Declaration
public bool UseTOFStyleForEntries { get; set; }
Property Value
System.Boolean
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|