Share via


DiagramPaintEventArgs.IsPrinting Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property IsPrinting As Boolean
'Usage
Dim instance As DiagramPaintEventArgs 
Dim value As Boolean 

value = instance.IsPrinting
public bool IsPrinting { get; }
public:
property bool IsPrinting {
    bool get ();
}
public function get IsPrinting () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace