TextStamp.WordWrap

TextStamp.WordWrap property

Defines word wrap. If this property set to true and Width value specified, text will be broken in the several lines to fit into specified width. Default value: false.

public bool WordWrap { get; set; }

See Also