ICSS2Properties.WordSpacing

ICSS2Properties.WordSpacing property

This property specifies spacing behavior between words. Values have the following meanings:

normal - The normal inter-word space, as defined by the current font and/or the UA.’length’ - This value indicates inter-word space in addition to the default space between words. Values may be negative, but there may be implementation-specific limits.

public string WordSpacing { get; set; }

Return Value

word-spacing property

See Also