Version

AnchorRelativeVerticalPosition Enumeration

Constants which describe a AnchoredPicture's relative vertical position.
Syntax
'Declaration
 
Public Enum AnchorRelativeVerticalPosition 
   Inherits System.Enum
public enum AnchorRelativeVerticalPosition : System.Enum 
Members
MemberDescription
BottomMarginSpecifies that the vertical positioning is relative to the bottom margin of the current page.
InsideMarginSpecifies that the vertical positioning is relative to the inside margin of the current page.
LineSpecifies that the vertical positioning is relative to the line containing the anchor character.
MarginSpecifies that the vertical positioning is relative to the page margins.
OutsideMarginSpecifies that the vertical positioning is relative to the outside margin of the current page.
PageSpecifies that the vertical positioning is relative to the edge of the page.
ParagraphSpecifies that the vertical positioning is relative to the paragraph which contains the drawing anchor. Note: This value is only supported when an offset is explicitly defined.
TopMarginSpecifies that the vertical positioning is relative to the top margin of the current 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