TextField::GetMultipleLine Method (ShapeElement^)

 

If true, the text can wrap onto more than one line to fit the width available.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool GetMultipleLine(
	ShapeElement^ parentShape
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The parent ShapeElement of this field.

Return Value

Type: System::Boolean

The default method returns the value of DefaultMultipleLine. You can override this method in your own subclass. For more information, see TextField.

Return to top
Show: