The Spacing type exposes the following members.

Constructors

  NameDescription
Public methodSpacing()()()()
Initializes a new instance of the Spacing class.
Public methodSpacing(Double)
Initializes a new instance of the Spacing class with the given spacing.
Public methodSpacing(Double, Double, Double, Double)
Initializes a new instance of the Spacing class with the given spacing.

Methods

  NameDescription
Public methodClone
Clones a Spacing.
Public methodCopyFrom
Copy the values for left, right, top and bottom from another Spacing object.

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Double to Spacing)
Set the Left, Right, Top and Bottom values to the same value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Unit to Spacing)
Set the Left, Right, Top and Bottom values to the same value.

Properties

  NameDescription
Public propertyBottom
Spacing below.
Public propertyLeft
Spacing on the left side
Public propertyRight
Spacing on the right side
Public propertyTop
Spacing above.

See Also