ShapeField.AllowInPlaceEditorAutoSize(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 a Boolean value indicating whether in-place editor should be allowed to size automatically. Default is false.
public:
virtual bool AllowInPlaceEditorAutoSize(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual bool AllowInPlaceEditorAutoSize (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member AllowInPlaceEditorAutoSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.AllowInPlaceEditorAutoSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function AllowInPlaceEditorAutoSize (parentShape As ShapeElement) As Boolean
Parameters
- parentShape
- ShapeElement