The properties of System.Windows.Forms.Padding are listed below. For a list of all members, see the Padding Members list.
See Also: Inherited members from System.ValueType
All | int.
Gets or sets the padding value for all the edges. | |
Bottom | int.
Gets or sets the padding value for the bottom edge. | |
[read-only] | Horizontal | int.
Gets the combined padding for the right and left edges. |
Left | int.
Gets or sets the padding value for the left edge. | |
Right | int.
Gets or sets the padding value for the right edge. | |
[read-only] | Size | System.Drawing.Size.
Gets the padding information in the form of a System.Drawing.Size. |
Top | int.
Gets or sets the padding value for the top edge. | |
[read-only] | Vertical | int.
Gets the combined padding for the top and bottom edges. |