In This Article

AdornmentVerticalAlignment Enum

Defines the vertical alignment of an adornment relative to the adorned target.

public enum AdornmentVerticalAlignment

Fields

Name Description
AboveTargetCenter

The adornment is above the target adorned element's center where the bottom edge of the adornment aligns to the center of the target adorned element.

BelowTargetCenter

The adornment is below the target adorned element's center where the top edge of the adornment aligns to the center of the target adorned element.

CenterOnTarget

The adornment is centered on the target adorned element where center of the adornment aligns to the center of the target adorned element.

CenterOnTargetBottomEdge

The adornment is centered on the target adorned element's bottom edge.

CenterOnTargetTopEdge

The adornment is centered on the target adorned element's top edge.

InsideOfTargetBottomEdge

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.

InsideOfTargetTopEdge

The adornment is inside of the target adorned element's top edge where the top edge of the adornment aligns to the top edge of the target adorned element.

OutsideOfTargetBottomEdge

The adornment is outside of the target adorned element's bottom edge where the bottom edge of the adornment aligns to the bottom edge of the target adorned element.

OutsideOfTargetTopEdge

The adornment is outside of the target adorned element's top edge where the bottom edge of the adornment aligns to the top edge of the target adorned element.