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