Initializes a new instance of the Auto
public AutoSize(AutoSizeDirection expand, AutoSizeDirection shrink, System.Drawing.Size maxSize, System.Drawing.Size minSize);
Parameter | Description |
---|---|
expand | Specifies possible directions for expanding the control. It can be one of the Auto |
shrink | Specifies possible directions for shrinking the control. It can be one of the Auto |
max |
Specifies the maximum size, in twips, for expanding the control. |
min |
Specifies the minimum size, in twips, for shrinking the control. |