
Gets or sets possible directions for shrinking the control.
[C#]
public AutoSizeDirection AutoShrink { get; set; }
[Visual Basic]
Public Property AutoShrink() As AutoSizeDirection
| Value | Description | |
| None | The control does not shrink automatically. | |
| Vertical | The control automatically shrinks vertically. | |
| Horizontal | The control automatically shrinks horizontally. | |
| Both | The control automatically shrinks in both directions. |