ClassRadDiagramPrintPreviewItem
Visualizes a decorated image of print preview page.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public class RadDiagramPrintPreviewItem : Control
Inheritance: objectRadDiagramPrintPreviewItem
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
DependencyProperty
PagePreviewImageSourceProperty
Identifies the PagePreviewImageSource dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageSourceProperty
Field Value
DependencyProperty
PagePreviewImageWidthProperty
Identifies the PagePreviewImageWidth dependency property.
Declaration
public static readonly DependencyProperty PagePreviewImageWidthProperty
Field Value
DependencyProperty
Properties
PagePreviewImageHeight
Gets or sets the page preview image height.
Declaration
public double PagePreviewImageHeight { get; set; }
Property Value
PagePreviewImageSource
Gets or sets the page preview image source.
Declaration
public ImageSource PagePreviewImageSource { get; set; }
Property Value
ImageSource
PagePreviewImageWidth
Gets or sets the page preview image width.
Declaration
public double PagePreviewImageWidth { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e