Gets or sets the boolean value that determines whether to force text to fit within the specified width of the column boundary by wrapping text to display as multiple lines as necessary.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool EnableWordWrapping { get; set; }
Visual Basic
Public Property EnableWordWrapping As Boolean
	Get
	Set
Visual C++
public:
property bool EnableWordWrapping {
	bool get ();
	void set (bool value);
}

See Also