AdornmentHorizontalAlignment Enum
Defines the horizontal alignment of an adornment relative to the adorned target.
public enum AdornmentHorizontalAlignment
Fields
| Name | Description |
|---|---|
| CenterOnTarget | The adornment is centered on the target adorned element where center of the adornment aligns to the center of the target adorned element. |
| CenterOnTargetLeftEdge | The adornment is centered on the target adorned element's left edge. |
| CenterOnTargetRightEdge | The adornment is centered on the target adorned element's right edge. |
| InsideOfTargetLeftEdge | The adornment is inside of the target adorned element's left edge where the left edge of the adornment aligns to the left edge of the target adorned element. |
| InsideOfTargetRightEdge | The adornment is inside of the target adorned element's right edge where the right edge of the adornment aligns to the right edge of the target adorned element. |
| LeftOfTargetCenter | The adornment is to the left of the target adorned element's center where the right edge of the adornment aligns to the center of the target adorned element. |
| OutsideOfTargetLeftEdge | The adornment is outside of the target adorned element's left edge where the right edge of the adornment aligns to the left edge of the target adorned element. |
| OutsideOfTargetRightEdge | The adornment is outside of the target adorned element's right edge where the left edge of the adornment aligns to the right edge of the target adorned element. |
| RightOfTargetCenter | The adornment is to the right of the target adorned element's center where the left edge of the adornment aligns to the center of the target adorned element. |