Function StyleBox.contentMarginRight

The right margin for the contents of this style box. Increasing this value reduces the space available to the contents from the right. Refer to contentMarginBottom for extra considerations.

double contentMarginRight() nothrow @property @nogc;

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