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.8.0.280
Syntax
C#
public bool EnableWordWrapping { get; set; }
VB
Public Property EnableWordWrapping As Boolean Get Set
C++
public: property bool EnableWordWrapping { bool get (); void set (bool value); }