Thickness Constructor(Int32,Int32)
In This Topic
Initializes a new instance of a
Thickness.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Thickness(
System.int ,
System.int
)
Parameters
- leftRight
- Thickness of the left and right edges, in pixels.
- topBottom
- Thickness of the top and bottom edges, in pixels.
See Also