Property | Type | Description |
---|
Method | Description | |
---|---|---|
Border ( ) : System |
Initializes a new instance of the Border class with default settings
|
|
Border ( int left, int top, int right, int bottom ) : System |
Initializes a new instance of the Border class
|
|
Equals ( object obj ) : bool |
Tests whether obj is a Border structure with the same values as this Border structure
|
|
GetHashCode ( ) : int |
Returns the hash code for this Border structure
|
|
operator ( ) : bool |
Tests whether two Border structures differ in their Left, Top, Right, and Bottom properties
|
public Border ( int left, int top, int right, int bottom ) : System | ||
left | int | The width of the left border |
top | int | The Height of the top border |
right | int | The width of the right border |
bottom | int | The Height of the bottom border |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The Object to test |
return | bool |