Margin Members

The Margin type exposes the following members.

Constructors


  Name Description
Public method Margin(Int32)
Initializes a new instance of the [Margin] struct.
Public method Margin(Int32, Int32, Int32, Int32)
Initializes a new instance of the [Margin] struct.

Methods


  Name Description
Public method Static member Add
Adds the specified p1.
Public method Equals
Determines whether the specified [System.Object] is equal to this instance.
Public method GetHashCode
Returns a hash code for this instance.
Public method Static member Subtract
Subtracts the specified p1.
Public method ToString
Returns a [System.String] that represents this instance.

Operators


  Name Description
Public operator Static member Addition
Implements the +.
Public operator Static member Equality
Implements the ==.
Public operator Static member Inequality
Implements the !=.
Public operator Static member Subtraction
Implements the -.

Fields


  Name Description
Public field Static member Empty

Properties


  Name Description
Public property All
Gets or sets all.
Public property Bottom
Gets or sets the bottom.
Public property Horizontal
Gets the horizontal.
Public property Left
Gets or sets the left.
Public property Right
Gets or sets the right.
Public property Size
Gets the size.
Public property Top
Gets or sets the top.
Public property Vertical
Gets the vertical.