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.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(Double to Spacing) |
Set the Left, Right, Top and Bottom values to the same value.
| |
| ImplicitWideningImplicitImplicitImplicit(Unit 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.
|