Name | Description | |
---|---|---|
Padding Constructor | Overloaded. |
The following tables list the members exposed by Padding.
Name | Description | |
---|---|---|
Padding Constructor | Overloaded. |
Name | Description | |
---|---|---|
All | Gets or sets all padding values. | |
Bottom | Gets or sets the bottom padding. | |
Horizontal | Gets the total horizontal padding. | |
Left | Gets or sets the left padding. | |
Right | Gets or sets the right padding. | |
Size | Gets the size of padding. | |
Top | Gets or sets the top padding. | |
Vertical | Gets the total vertical padding. |
Name | Description | |
---|---|---|
Add | Computes the sum of the two specified System.Windows.Forms.Padding values. | |
Equals | Determines whether the value of the specified object is equivalent to the current System.Windows.Forms.Padding. | |
GetHashCode | Generates a hash code for the current System.Windows.Forms.Padding. | |
Subtract | Subtracts one specified System.Windows.Forms.Padding value from another. | |
ToString | Returns a string that represents the current System.Windows.Forms.Padding. |
Addition | Performs vector addition on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |
Equality | Tests whether two specified System.Windows.Forms.Padding objects are equivalent. |
Inequality | Tests whether two specified System.Windows.Forms.Padding objects are not equivalent. |
Subtraction | Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |