Offsets Constructor(String,String,String,String)
In This Topic
Initializes a new instance of the
Offsets structure, assigning the
Offsets.Left,
Offsets.Top,
Offsets.Right and
Offsets.Bottom values.
Syntax
Parameters
- left
- A string representing the Unit value assigned to the Offsets.Left property.
- top
- A string representing the Unit value assigned to the Offsets.Top property.
- right
- A string representing the Unit value assigned to the Offsets.Right property.
- bottom
- A string representing the Unit value assigned to the Offsets.Bottom property.
See Also