TextField::DefaultMultipleLine Property

 

If true, the text automatically wraps over more than one line to fit into 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:
property bool DefaultMultipleLine {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

To set this value for a particular text field in every instance of a particular shape class, override InitializeShapeFields() in the shape class, find the text field, and assign the new value. For more information and examples, see TextField.

Return to top
Show: