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
PagePreviewImageHeightProperty
DependencyProperty
Identifies the PagePreviewImageHeight dependency property.
C#
public static readonly DependencyProperty PagePreviewImageHeightProperty
PagePreviewImageSourceProperty
DependencyProperty
Identifies the PagePreviewImageSource dependency property.
C#
public static readonly DependencyProperty PagePreviewImageSourceProperty
PagePreviewImageWidthProperty
DependencyProperty
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; }
PagePreviewImageSource
ImageSource
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()