ShapeField.GetMaximumInPlaceEditorSize(ShapeElement) Method

Definition

Returns the maximum bounds allowed for the in-place editor for the given parent shape.

public:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::SizeD GetMaximumInPlaceEditorSize(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.SizeD GetMaximumInPlaceEditorSize (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetMaximumInPlaceEditorSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
override this.GetMaximumInPlaceEditorSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Public Overridable Function GetMaximumInPlaceEditorSize (parentShape As ShapeElement) As SizeD

Parameters

parentShape
ShapeElement

Returns

Applies to