'Declaration Public Enum AnchorVerticalAlignment Inherits System.Enum
public enum AnchorVerticalAlignment : System.Enum
Member | Description |
---|---|
Bottom | Specifies that the object is bottom-aligned as relative to the RelativeVerticalPosition. |
Center | Specifies that the object is centered as relative to the RelativeVerticalPosition. |
Inside | Specifies that the object is inside as relative to the RelativeVerticalPosition. |
None | No vertical alignment; the object's position is specified as an absolute value. |
Outside | Specifies that the object is outside as relative to the RelativeVerticalPosition. |
Top | Specifies that the object is at the top as relative to the RelativeVerticalPosition. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2