TextField.GetMaximumInPlaceEditorSize(ShapeElement) Method

Definition

By default, we allow the in-place edit control to resize up to 75 characters.

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

Parameters

parentShape
ShapeElement

Returns

Applies to