TextField.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.
Minimum in-place editor size is based on minimum width in characters and height in lines.
public:
override Microsoft::VisualStudio::Modeling::Diagrams::SizeD GetMinimumInPlaceEditorSize(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override Microsoft.VisualStudio.Modeling.Diagrams.SizeD GetMinimumInPlaceEditorSize (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.GetMinimumInPlaceEditorSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Public Overrides Function GetMinimumInPlaceEditorSize (parentShape As ShapeElement) As SizeD
Parameters
- parentShape
- ShapeElement