DiagramPaintEventArgs.PaintChildShapes Property

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

Syntax

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

Permissions

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace