Function 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.

double marginRight() nothrow @property @nogc;

void marginRight (
  double v
) nothrow @property @nogc;