WhiteSpace Enum

WhiteSpace enumeration

Specifies how white space inside an SVG element is handled.

public enum WhiteSpace

Values

NameValueDescription
Normal0White space is collapsed; newline characters create new lines.
Pre1White space is preserved; text is only wrapped where it contains newline characters.
NoWrap2White space is collapsed; text does not wrap.
PreWrap3White space is preserved; text wraps where necessary and on newline characters.
BreakSpaces4White space is preserved; line breaks are added to fill line boxes.
PreLine5White space is preserved; text wraps where necessary, but no newline characters.

See Also