Function StyleBoxTexture.marginLeft

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

double marginLeft() nothrow @property @nogc;

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