ShapeElement::DefaultShapeField Property

 

Gets the default shape, which is the first shape that can receive focus.

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

public:
property ShapeField^ DefaultShapeField {
	virtual ShapeField^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

The default shape.

The default shape also receives an event when another shape element has the focus but is not responding to the event.

Return to top
Show: