Свойство | Type | Description | |
---|---|---|---|
Bottom | int | ||
Left | int | ||
Right | int | ||
Top | int |
Méthode | Description | |
---|---|---|
All ( int value ) : |
Erstellt einen Border mit gleichem Abstand auf allen vier Seiten.
|
|
All ( int horizontal, int vertical ) : |
Erstellt einen Border auf Basis der Angaben für horizontale und vertikale Werte.
|
|
All ( int left, int top, int right, int bottom ) : |
Erstellt eine Border-Instanz mit den angegebenen Initialwerten.
|
|
Border ( int left, int top, int right, int bottom ) |
Erstellt eine Border-Instanz mit den angegebenen Initialwerten.
|
|
Equals ( object obj ) : bool |
Überprüft, ob die aktuelle Border-Instanz gleich der gegebenen ist.
|
|
GetHashCode ( ) : int |
Gibt einen Hashwert zurück
|
|
ToString ( ) : string |
Wandelt die aktuelle Border-Instanz in einen string um.
|
public static All ( int value ) : |
||
value | int | Wert für alle vier Seiten. |
Résultat |
public static All ( int horizontal, int vertical ) : |
||
horizontal | int | Abstand für horizontale Seiten (links, rechts) |
vertical | int | Abstand für vertikale Seiten (oben, unten) |
Résultat |
public static All ( int left, int top, int right, int bottom ) : |
||
left | int | Abstand links |
top | int | Abstand oben |
right | int | Abstand rechts |
bottom | int | Abstand unten |
Résultat |
public Border ( int left, int top, int right, int bottom ) | ||
left | int | Abstand links |
top | int | Abstand oben |
right | int | Abstand rechts |
bottom | int | Abstand unten |