Class
PrintPreview

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

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

Level

Declaration

cs-api-definition
public int Level { get; set; }

Property Value

int

RightAlignPageNumbers

Declaration

cs-api-definition
public bool RightAlignPageNumbers { get; set; }

Property Value

bool

SelectedCaptionLabel

Declaration

cs-api-definition
public string SelectedCaptionLabel { get; set; }

Property Value

string

SelectedTabStopLeader

Declaration

cs-api-definition
public TabStopLeader SelectedTabStopLeader { get; set; }

Property Value

TabStopLeader

ShowPageNumbers

Declaration

cs-api-definition
public bool ShowPageNumbers { get; set; }

Property Value

bool

UseTOFStyleForEntries

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "TOF")]
public bool UseTOFStyleForEntries { get; set; }

Property Value

bool

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged