ClassRadDiagramPrintPreviewDialog
Class
Dialog control used to display how the diagram will be paginated before printing. Contains a print preview inside.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class RadDiagramPrintPreviewDialog : RadWindow, INotifyLayoutChange, IDragAware
Inheritance: objectWindowBaseRadWindowRadDiagramPrintPreviewDialog
Implements:
Inherited Members
Constructors
RadDiagramPrintPreviewDialog()
Initializes a new instance of the RadDiagramPrintPreviewDialog class.
Declaration
cs-api-definition
public RadDiagramPrintPreviewDialog()
Fields
DiagramProperty
Identifies the Diagram dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DiagramProperty
Field Value
DependencyProperty
Properties
Diagram
Gets or sets the diagram.
Declaration
cs-api-definition
public RadDiagram Diagram { get; set; }
Property Value
The diagram.
Methods
OnPrintedOverride(object, RoutedEventArgs)
Called when print is completed.
Declaration
cs-api-definition
protected virtual void OnPrintedOverride(object sender, RoutedEventArgs e)
Parameters
sender
The sender.
e
RoutedEventArgs
The RoutedEventArgs instance containing the event data.