Padding Constructor
.NET Framework (current version)
Initializes a new instance of the Padding class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Padding(Int32) | Initializes a new instance of the Padding class using the supplied padding size for all edges. |
![]() | Padding(Int32, Int32, Int32, Int32) | Initializes a new instance of the Padding class using a separate padding size for each edge. |
Show:
