Margin Constructor(int,int,int,int)
In This Topic
Constructor for four arguments
Syntax
public Margin(
int ,
int ,
int ,
int
)
|
Parameters
- top
- The top margin value.
- right
- The right margin value.
- bottom
- The bottom margin value.
- left
- The left margin value.
See Also