menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfTreeMap.PrintingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfTreeMap.PrintingEventArgs

    Class which represents the printing event arguments.

    Inheritance
    System.Object
    System.EventArgs
    SfTreeMap.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.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved