TextView.rightMargin

Set rightMargin property.

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

Parameters

propval int

The default right margin for text in the text view.

Tags in the buffer may override the default.

Note that this property is confusingly named. In CSS terms, the value set here is padding, and it is applied in addition to the padding from the theme.