ShapeElement.DefaultShapeField Property

Definition

Gets the first ShapeField that can receive focus. The field returned should be used as the default shape field to receive key events when the ShapeElement has the focus and the ShapeElement doesn't respond to the key events.

public:
 virtual property Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ DefaultShapeField { Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.ShapeField DefaultShapeField { get; }
member this.DefaultShapeField : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
Public Overridable ReadOnly Property DefaultShapeField As ShapeField

Property Value

Applies to