Expander.spacing

int spacing() @property nothrow

Get spacing property.

Returns

Space to put between the label and the child when the

expander is expanded.

Deprecated

This property is deprecated and ignored.

Use margins on the child instead.

void spacing(int propval) @property nothrow

Set spacing property.

Parameters

propvalSpace to put between the label and the child when the expander is expanded.

Deprecated

This property is deprecated and ignored.

Use margins on the child instead.