Initializes the new instance of Margin class.
Syntax
Visual Basic (Declaration) | |
---|
Public Function New( _
ByVal left As System.Single, _
ByVal right As System.Single, _
ByVal top As System.Single, _
ByVal bottom As System.Single _
) |
C# | |
---|
public Margin(
System.float left,
System.float right,
System.float top,
System.float bottom
) |
Parameters
- left
- The left margin value.
- right
- The right margin value.
- top
- The top margin value.
- bottom
- The bottom margin value.
See Also