The following tables list the members exposed by Margins.
Public Constructors
| Name | Description |
 | Margins Constructor | Initializes a new Margins structure specifying, in pixels, the width of the left, top, right and bottom borders. |
Top
Public Properties
| Name | Description |
 | Bottom | Gets or sets the width, in pixels, of the bottom margin. |
  | Empty | Gets an empty Margins structure. |
 | IsEmpty | Gets a boolean value indicating if the margins are empty. |
 | Left | Gets or sets the width, in pixels, of the left margin. |
 | Right | Gets or sets the width, in pixels, of the right margin. |
 | Top | Gets or sets the width, in pixels, of the top margin. |
Top
Public Methods
| Name | Description |
 | Add | Adds the specified margins to the current Margins structure.. |
 | Equals | Tests whether the specified object is a Margins structure and is equivalent to this Margins structure. |
 | GetHashCode | Returns a hash code for this Margins structure |
 | Subtract | Subtracts the specified margins. |
Top
Public Operators
Addition | Adds two specified Margins structures. |
Equality | Tests whether two specified Margins structures are equivalent |
Inequality | Tests whether two specified Margins structures are different. |
Subtraction | Subtracts two specified Margins structures. |
Top
See Also