Class PrintingEventArgs
Inheritance
System.Object
System.EventArgs
PrintingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class PrintingEventArgs : EventArgs
Constructors
PrintingEventArgs()
Declaration
public PrintingEventArgs()
Properties
CancelPrinting
Gets or sets a value indicating whether to cancel the printing or not.
Declaration
public bool CancelPrinting { get; set; }
Property Value
Type |
---|
System.Boolean |
PrintDialog
Gets or sets a value for print dialog.
Declaration
public Window PrintDialog { get; set; }
Property Value
Type |
---|
System.Windows.Window |
PrintVisual
Gets or sets a value for 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 the print dialog or not.
Declaration
public bool ShowPrintDialog { get; set; }
Property Value
Type |
---|
System.Boolean |