DiagramPaintEventArgs.IsPrinting Property

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

Syntax

'宣言
Public ReadOnly Property IsPrinting As Boolean
'使用
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

Permissions

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace