Share via


ToggleButtonEventArgs.ParentShape Property

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

Syntax

'Declaration
Public ReadOnly Property ParentShape As ShapeElement
'Usage
Dim instance As ToggleButtonEventArgs 
Dim value As ShapeElement 

value = instance.ParentShape
public ShapeElement ParentShape { get; }
public:
property ShapeElement^ ParentShape {
    ShapeElement^ get ();
}
public function get ParentShape () : ShapeElement

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

.NET Framework Security

See Also

Reference

ToggleButtonEventArgs Class

ToggleButtonEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace