TableStyleEnableWordWrapping Property |
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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool EnableWordWrapping { get; set; }
Public Property EnableWordWrapping As Boolean
Get
Set
public:
property bool EnableWordWrapping {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also