Class SfTreeMap.PrintingEventArgs
Class which represents the printing event arguments.
Inheritance
System.Object
SfTreeMap.PrintingEventArgs
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class PrintingEventArgs : EventArgs
Constructors
PrintingEventArgs()
Initializes a new instance of the SfTreeMap.PrintingEventArgs class.
Declaration
public PrintingEventArgs()
Properties
CancelPrinting
Gets or sets a value indicating whether to cancel printing or not.
Declaration
public bool CancelPrinting { get; set; }
Property Value
Type |
---|
System.Boolean |
PrintDialog
Gets or sets the value for the print dialog.
Declaration
public Window PrintDialog { get; set; }
Property Value
Type |
---|
System.Windows.Window |
PrintVisual
Gets or sets the value for the print visual.
Declaration
public Visual PrintVisual { get; set; }
Property Value
Type |
---|
System.Windows.Media.Visual |
ShowPrintDialog
Gets or sets a value indicating whether to show print dialog or not.
Declaration
public bool ShowPrintDialog { get; set; }
Property Value
Type |
---|
System.Boolean |