Stack.vhomogeneous
bool vhomogeneous() @property nothrowGet vhomogeneous property.
Returns
true if the stack allocates the same height for all children.
void vhomogeneous(bool propval) @property nothrowSet vhomogeneous property.
Parameters
propval | true if the stack allocates the same height for all children. |