'Declaration Public Enum AnchorHorizontalAlignment Inherits System.Enum
public enum AnchorHorizontalAlignment : System.Enum
Member | Description |
---|---|
Center | Specifies that the picture is centered as relative to the RelativeHorizontalPosition. |
Inside | Specifies that the picture is inside as relative to the RelativeHorizontalPosition. |
Left | Specifies that the picture is left-aligned as relative to the RelativeHorizontalPosition. |
None | No horizontal alignment; the picture's position is specified as an absolute value. |
Outside | Specifies that the picture is outside as relative to the RelativeHorizontalPosition. |
Right | Specifies that the picture is right-aligned as relative to the RelativeHorizontalPosition. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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