Tooltip.marginHeight

int marginHeight() @property nothrow @nogc

Gets or sets the margin height (extra space above/below text).

The default is 3 pixels.

Note

Setting this value may have no effect on older FLTK versions.

Returns

Margin height in pixels
void marginHeight(int v) @property nothrow @nogc

ditto