New to Telerik UI for WPFStart a free 30-day trial

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: IComponentConnectorINotifyPropertyChanged

Constructors

C#
public PrintPreview()

Fields

LevelProperty

DependencyProperty

C#
public static readonly DependencyProperty LevelProperty
C#
public static readonly DependencyProperty SelectedCaptionLabelProperty

Properties

C#
public int Level { get; set; }
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: INotifyPropertyChanged.PropertyChanged