ShapeField.AllowInPlaceEditorAutoSize(ShapeElement) Method

Definition

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

Returns

Applies to