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