[]
Describes sizes of border around rectangular area.
public sealed class BorderSizes
Name | Description |
---|---|
BorderSizes() | Initializes new instance of the BorderSizes class |
BorderSizes(float, float, float, float) | Initializes new instance of the BorderSizes class |
Name | Description |
---|---|
Bottom | Gets or sets margin between inner and outer edges on the bottom side of a border |
Left | Gets or sets margin between inner and outer edges on the left side of a border |
Right | Gets or sets margin between inner and outer edges on the right side of a border |
Top | Gets or sets margin between inner and outer edges on the top side of a border |