Share via


TextField.GetMultipleLine(ShapeElement) Method

Definition

Returns a value indicating if the text field is a multi-line text field.

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

Parameters

parentShape
ShapeElement

The parent ShapeElement of this field.

Returns

true if this text field is a multi-line text field.

Applies to