xtd 0.2.0
Loading...
Searching...
No Matches

◆ padding() [3/3]

xtd::forms::padding::padding ( int32  left,
int32  top,
int32  right,
int32  bottom 
)

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

Parameters
leftThe padding size, in pixels, for the left edge.
topThe padding size, in pixels, for the top edge.
rightThe padding size, in pixels, for the right edge.
bottomThe padding size, in pixels, for the bottom edge.
Remarks
If all of the parameter values are equal, then the all property will reflect this common value.