Class RadDiagramPrintPreviewItem
Visualizes a decorated image of print preview page.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadDiagramPrintPreviewItem : Control
Constructors
RadDiagramPrintPreviewItem()
Initializes a new instance of the Rad
Declaration
public RadDiagramPrintPreviewItem()
Fields
PagePreviewImageHeightProperty
Identifies the PagePreviewImageHeight dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageHeightProperty
Field Value
System.
|
PagePreviewImageSourceProperty
Identifies the PagePreviewImageSource dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageSourceProperty
Field Value
System.
|
PagePreviewImageWidthProperty
Identifies the PagePreviewImageWidth dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageWidthProperty
Field Value
System.
|
Properties
PagePreviewImageHeight
Gets or sets the page preview image height.
Declaration
public double PagePreviewImageHeight { get; set; }
Property Value
System.
|
PagePreviewImageSource
Gets or sets the page preview image source.
Declaration
public ImageSource PagePreviewImageSource { get; set; }
Property Value
System.
|
PagePreviewImageWidth
Gets or sets the page preview image width.
Declaration
public double PagePreviewImageWidth { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|