Share via


DiagramPaintEventArgs.PaintChildShapes Property

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

Syntax

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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace