MobileForms Toolkit Documentation

MarginPadding  Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of the MarginPadding class using a separate padding size for each edge.

public MarginPadding(
int left,
int top,
int right,
int bottom
);

Parameters

left
The padding size, in pixels, for the left edge.
top
The padding size, in pixels, for the top edge.
right
The padding size, in pixels, for the right edge.
bottom
The padding size, in pixels, for the bottom edge.

See Also

MarginPadding Class | Resco.Controls.ScrollBar Namespace | MarginPadding Constructor Overload List