Property | Type | Description | |
---|---|---|---|
cxLeftWidth | int | ||
cxRightWidth | int | ||
cyBottomHeight | int | ||
cyTopHeight | int |
Method | Description | |
---|---|---|
MARGINS ( int left, int top, int right, int bottom ) : System |
Constructor
|
public MARGINS ( int left, int top, int right, int bottom ) : System | ||
left | int | Width of the left border that retains its size. |
top | int | Height of the top border that retains its size. |
right | int | Width of the right border that retains its size. |
bottom | int | Height of the bottom border that retains its size. |
return | System |