Padding Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | All | Gets or sets the padding value for all the edges. |
![]() | Bottom | Gets or sets the padding value for the bottom edge. |
![]() | Horizontal | Gets the combined padding for the right and left edges. |
![]() | Left | Gets or sets the padding value for the left edge. |
![]() | Right | Gets or sets the padding value for the right edge. |
![]() | Size | Gets the padding information in the form of a System.Drawing::Size. |
![]() | Top | Gets or sets the padding value for the top edge. |
![]() | Vertical | Gets the combined padding for the top and bottom edges. |
Show:
