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