| Visual Basic (Declaration) | |
|---|---|
Public Property AutoScrollMargin As Size | |
| C# | |
|---|---|
public Size AutoScrollMargin {get; set;} | |
Property Value
A System.Drawing.Size that represents the height and width of the auto-scroll margin in pixels.| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | The System.Drawing.Size.Height or System.Drawing.Size.Width value assigned is less than 0. |