Horizontal |
The HorizontalPosition type exposes the following members.
| Name | Description | |
|---|---|---|
| HorizontalPosition(HorizontalPositionType, HorizontalPositionAnchor) | Initializes a new instance of the HorizontalPosition struct with specified alignment. | |
| HorizontalPosition(Double, LengthUnit, HorizontalPositionAnchor) | Initializes a new instance of the HorizontalPosition struct with specified absolute position. |
| Name | Description | |
|---|---|---|
| PositionType | Gets the horizontal position type which can either be absolute or relative. | |
| RelativeTo | Gets the base location of this horizontal position. | |
| Value | Gets the horizontal position absolute value in points if PositionType is Absolute, otherwise value is not applicable. |
| Name | Description | |
|---|---|---|
| Equals(HorizontalPosition) | Determines whether the otherHorizontalPosition is equal to this HorizontalPosition instance. | |
| Equals(Object) |
Determines whether the specified Object is equal to this
HorizontalPosition instance.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns a hash code for this HorizontalPosition instance.
(Overrides ValueTypeGetHashCode) |
| Name | Description | |
|---|---|---|
| Equality(HorizontalPosition, HorizontalPosition) | Determines whether first and second HorizontalPositions are equal. | |
| Inequality(HorizontalPosition, HorizontalPosition) | Determines whether first and second HorizontalPositions are not equal. |