WxShapesSizing

Description

The WxShapesSizing enumeration contains types of object size changes. The enumeration is used by the method:

Available Values

Value Brief description
0 MaxWidth. To the widest object: Width of collection shapes is changed to the width of the widest shape.
1 MinWidth. To the narrowest object: Width of collection shapes is changed to the width of the narrowest shape.
2 MaxHeight. To the highest object: Height of collection shapes is changed to the height of the highest shape.
3 MinHeight. To the lowest object: Height of collection shapes is changed to the height of the lowest shape.

See also:

Andy Enumerations