[]
Represents the margins of the border. Used only for Border.GetMargins().
Contains the thickness of the top, left, right, and bottom borders that will be drawn
around the outside of the control.
This is used to preview the FormatBorderDialog and in AREngine to prevent
growing or shrinking sections from clipping the borders.
public class Border.BorderMargins
Name | Description |
---|---|
Bottom | Gets the thickness of the Bottom border. |
Left | Gets the thickness of the Left border. |
Right | Gets the thickness of the Right border. |
Top | Gets the thickness of the Top border. |