TextView.indent

Set indent property.

  1. int indent [@property getter]
  2. int indent [@property setter]
    class TextView
    @property
    void
    indent
    ()

Parameters

propval int

Amount to indent the paragraph, in pixels.

A negative value of indent will produce a hanging indentation. That is, the first line will have the full width, and subsequent lines will be indented by the absolute value of indent.