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 RadDiagramPrintPreviewItem class.
Declaration
public RadDiagramPrintPreviewItem()
Fields
PagePreviewImageHeightProperty
Identifies the PagePreviewImageHeight dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageHeightProperty
Field Value
System.Windows.DependencyProperty
|
PagePreviewImageSourceProperty
Identifies the PagePreviewImageSource dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageSourceProperty
Field Value
System.Windows.DependencyProperty
|
PagePreviewImageWidthProperty
Identifies the PagePreviewImageWidth dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageWidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PagePreviewImageHeight
Gets or sets the page preview image height.
Declaration
public double PagePreviewImageHeight { get; set; }
Property Value
System.Double
|
PagePreviewImageSource
Gets or sets the page preview image source.
Declaration
public ImageSource PagePreviewImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource
|
PagePreviewImageWidth
Gets or sets the page preview image width.
Declaration
public double PagePreviewImageWidth { get; set; }
Property Value
System.Double
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|