| ConsoleTableColumnWrapWords Property |
Gets or sets a value indicating if the column values will be wraped to the next line if it is longer than the column width
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.2
Syntax public bool WrapWords { get; set; }
Public Property WrapWords As Boolean
Get
Set
public:
property bool WrapWords {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Consoles.ConsoleTableColumn.WrapWords"]
See Also