Function StyleBoxLine.growBegin
The number of pixels the line will extend before the StyleBoxLine
's bounds. If set to a negative value, the line will begin inside the StyleBoxLine
's bounds.
double growBegin() nothrow @property @nogc;
void growBegin
(
double v
) nothrow @property @nogc;