The Spacing type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Spacing()()()() |
Initializes a new instance of the Spacing class.
| |
| Spacing(Double) |
Initializes a new instance of the Spacing class with the given spacing.
| |
| Spacing(Double, Double, Double, Double) |
Initializes a new instance of the Spacing class with the given spacing.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Spacing.
| |
| CopyFrom |
Copy the values for left, right, top and bottom from another Spacing object.
|
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(Double to Spacing) |
Set the Left, Right, Top and Bottom values to the same value.
|
Properties
| Name | Description | |
|---|---|---|
| Bottom |
Spacing below.
| |
| Left |
Spacing on the left side
| |
| Right |
Spacing on the right side
| |
| Top |
Spacing above.
|