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