TextField.GetMultipleLine(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 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.