Version

AnchorRelativeHorizontalPosition Enumeration

Constants which describe a AnchoredPicture's relative horizontal position.
Syntax
'Declaration
 
Public Enum AnchorRelativeHorizontalPosition 
   Inherits System.Enum
public enum AnchorRelativeHorizontalPosition : System.Enum 
Members
MemberDescription
CharacterSpecifies that the horizontal positioning is relative to the position of the anchor within its run content.
ColumnSpecifies that the horizontal positioning is relative to the extents of the column which contains its anchor.
InsideMarginSpecifies that the horizontal positioning is relative to the inside margin of the current page (the left margin on odd pages, right on even pages).
LeftMarginSpecifies that the horizontal positioning is relative to the left margin of the page.
MarginSpecifies that the horizontal positioning is relative to the page margins.
OutsideMarginSpecifies that the horizontal positioning is relative to the outside margin of the current page (the right margin on odd pages, left on even pages).
PageSpecifies that the horizontal positioning is relative to the edge of the page.
RightMarginSpecifies that the horizontal positioning is relative to the right margin of the page.
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