Version

AnchorVerticalAlignment Enumeration

Constants which describe a AnchoredPicture's vertical alignment.
Syntax
'Declaration
 
Public Enum AnchorVerticalAlignment 
   Inherits System.Enum
public enum AnchorVerticalAlignment : System.Enum 
Members
MemberDescription
BottomSpecifies that the object is bottom-aligned as relative to the RelativeVerticalPosition.
CenterSpecifies that the object is centered as relative to the RelativeVerticalPosition.
InsideSpecifies that the object is inside as relative to the RelativeVerticalPosition.
NoneNo vertical alignment; the object's position is specified as an absolute value.
OutsideSpecifies that the object is outside as relative to the RelativeVerticalPosition.
TopSpecifies that the object is at the top as relative to the RelativeVerticalPosition.
Requirements

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

See Also