[]
Specifies paddong
public struct Padding
Name | Description |
---|---|
Padding(int) | Initializes a new instance of the System.Windows.Forms.Padding class using the supplied padding size for all edges. |
Padding(int, int, int, int) | Initializes a new instance of the System.Windows.Forms.Padding class using a separate padding size for each edge. |
Name | Description |
---|---|
Empty | Empty padding. |
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(Padding, Padding) | Computes the sum of the two specified System.Windows.Forms.Padding values. |
Equals(object) | 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(Padding, Padding) | Subtracts one specified System.Windows.Forms.Padding value from another. |
ToString() | Returns a string that represents the current System.Windows.Forms.Padding. |
Name | Description |
---|---|
operator +(Padding, Padding) | Performs vector addition on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |
operator ==(Padding, Padding) | Tests whether two specified System.Windows.Forms.Padding objects are equivalent. |
operator !=(Padding, Padding) | Tests whether two specified System.Windows.Forms.Padding objects are not equivalent. |
operator -(Padding, Padding) | Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |