The members of System.Windows.Forms.Padding are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Windows.Forms.Padding class using the supplied padding size for all edges. | ||
Initializes a new instance of the System.Windows.Forms.Padding class using a separate padding size for each edge. |
static readonly | Empty | Padding.
Provides a System.Windows.Forms.Padding object with no padding. |
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. |
static | Add(Padding, Padding)
| |
override | Equals(object)
| |
override | GetHashCode()
| |
static | Subtract(Padding, Padding)
| |
override | ToString()
|
static | Addition(Padding, Padding) |
Performs vector addition on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |
static | Equality(Padding, Padding) |
Tests whether two specified System.Windows.Forms.Padding objects are equivalent. |
static | Inequality(Padding, Padding) |
Tests whether two specified System.Windows.Forms.Padding objects are not equivalent. |
static | Subtraction(Padding, Padding) |
Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |