Function StyleBox.contentMarginLeft
The left margin for the contents of this style box. Increasing this value reduces the space available to the contents from the left.
Refer to contentMarginBottom
for extra considerations.
double contentMarginLeft() nothrow @property @nogc;
void contentMarginLeft
(
double v
) nothrow @property @nogc;