Function SplitContainer.splitOffset
The initial offset of the splitting between the two Control
s, with 0
being at the end of the first Control
.
long splitOffset() nothrow @property @nogc;
void splitOffset
(
long v
) nothrow @property @nogc;