Label.wrapMode

Set wrapMode property.

  1. pango.types.WrapMode wrapMode [@property getter]
  2. pango.types.WrapMode wrapMode [@property setter]
    class Label
    @property
    void
    wrapMode

Parameters

propval pango.types.WrapMode

If line wrapping is on (see the #GtkLabel:wrap property) this controls how the line wrapping is done. The default is pango.types.WrapMode.Word, which means wrap on word boundaries.