DiagramPaintEventArgs.IsPrinting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the diagram is being printed.
public:
property bool IsPrinting { bool get(); };
public bool IsPrinting { get; }
member this.IsPrinting : bool
Public ReadOnly Property IsPrinting As Boolean
Property Value
true if the diagram is being printed.