ShapeField.GetMinimumInPlaceEditorSize(ShapeElement) Method
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.
Returns the minimum bounds allowed for the in-place editor for the given parent shape.
public:
virtual Microsoft::VisualStudio::Modeling::Diagrams::SizeD GetMinimumInPlaceEditorSize(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.SizeD GetMinimumInPlaceEditorSize (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetMinimumInPlaceEditorSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
override this.GetMinimumInPlaceEditorSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Public Overridable Function GetMinimumInPlaceEditorSize (parentShape As ShapeElement) As SizeD
Parameters
- parentShape
- ShapeElement