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:
C#
public class RadDiagramPrintPreviewDialog : RadWindow, INotifyLayoutChange, IDragAware
Inheritance: objectWindowBaseRadWindowRadDiagramPrintPreviewDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadDiagramPrintPreviewDialog class.
C#
public RadDiagramPrintPreviewDialog()
Fields
DiagramProperty
DependencyProperty
Identifies the Diagram dependency property.
C#
public static readonly DependencyProperty DiagramProperty
Properties
Gets or sets the diagram.
C#
public RadDiagram Diagram { get; set; }
The diagram.
Methods
Called when print is completed.
C#
protected virtual void OnPrintedOverride(object sender, RoutedEventArgs e)
The sender.
eRoutedEventArgsThe RoutedEventArgs instance containing the event data.