Version

AnchorHorizontalAlignment Enumeration

Constants which describe a AnchoredPicture's horizontal alignment.
Syntax
'Declaration
 
Public Enum AnchorHorizontalAlignment 
   Inherits System.Enum
public enum AnchorHorizontalAlignment : System.Enum 
Members
MemberDescription
CenterSpecifies that the picture is centered as relative to the RelativeHorizontalPosition.
InsideSpecifies that the picture is inside as relative to the RelativeHorizontalPosition.
LeftSpecifies that the picture is left-aligned as relative to the RelativeHorizontalPosition.
NoneNo horizontal alignment; the picture's position is specified as an absolute value.
OutsideSpecifies that the picture is outside as relative to the RelativeHorizontalPosition.
RightSpecifies that the picture is right-aligned as relative to the RelativeHorizontalPosition.
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