InPlaceTextEditor.Shape Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the shape whose field or subfield is currently being edited.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ Shape { Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement Shape { get; }
member this.Shape : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Public ReadOnly Property Shape As ShapeElement
Property Value
The shape whose field or subfield is currently being edited.