StyleBoxTexture.marginTop

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

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

Meta