ConsumeWhiteSpace Property (IList)
Gets a value indicating whether all whitespace in the list should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the bounds of the list.
bool ConsumeWhiteSpace {get;}
'Declaration
ReadOnly Property ConsumeWhiteSpace As Boolean
Property Value
A
System.Boolean value.
true
if all whitespace should be consumed; otherwise,
false
.