LabelShape::MultipleLine Property

 

Gets the label shape and verifies whether it can display text on multiple lines.

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 MultipleLine {
	bool get();
}

Property Value

Type: System::Boolean

true if the label can display text on multiple lines; otherwise, false.

Return to top
Show: