[]
Represents the dimensions of borders and margins.
public class Inset
Public Class Inset
| Name | Description |
|---|---|
| Inset(int) | Creates an inset with specified side. |
| Inset(int, int) | Creates an inset with specified x and y. |
| Inset(int, int, int, int) | Creates an inset with specified four sides. |
| Name | Description |
|---|---|
| Bottom | Gets the inset from the bottom. |
| Left | Gets the inset from the left. |
| Right | Gets the inset from the right. |
| Top | Gets the inset from the top. |