StyleBoxTexture.marginRight

Increases the right margin of the 3×3 texture box. A higher value means more of the source texture is considered to be part of the right border of the 3×3 box. This is also the value used as fallback for StyleBox.contentMarginRight if it is negative.

  1. double marginRight [@property getter]
  2. double marginRight [@property setter]
    struct StyleBoxTexture
    @nogc nothrow @property
    void
    marginRight
    (
    double v
    )

Meta