AdornerVerticalAlignment Enumeration

An enumeration that defines the vertical alignment of an adorner relative to an element on a design surface.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Enumeration AdornerVerticalAlignment
public enum AdornerVerticalAlignment
public enum class AdornerVerticalAlignment
type AdornerVerticalAlignment
public enum AdornerVerticalAlignment

Members

Member name Description
Top The adorner is aligned to the top.
Center The adorner is centered.
Bottom The adorner is aligned to the bottom.
Stretch The adorner is stretched.
OutsideTop The adorner is aligned to the top, on the outside.
OutsideBottom The adorner is aligned to the bottom, on the outside.

See Also

Reference

Microsoft.Windows.Design.Interaction Namespace