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

Visualizes a decorated image of print preview page.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class RadDiagramPrintPreviewItem : Control

Inheritance: objectRadDiagramPrintPreviewItem

Constructors

Initializes a new instance of the RadDiagramPrintPreviewItem class.

C#
public RadDiagramPrintPreviewItem()

Fields

Identifies the PagePreviewImageHeight dependency property.

C#
public static readonly DependencyProperty PagePreviewImageHeightProperty

Identifies the PagePreviewImageSource dependency property.

C#
public static readonly DependencyProperty PagePreviewImageSourceProperty

Identifies the PagePreviewImageWidth dependency property.

C#
public static readonly DependencyProperty PagePreviewImageWidthProperty

Properties

Gets or sets the page preview image height.

C#
public double PagePreviewImageHeight { get; set; }

Gets or sets the page preview image source.

C#
public ImageSource PagePreviewImageSource { get; set; }

Gets or sets the page preview image width.

C#
public double PagePreviewImageWidth { get; set; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs