Version

RelativeHorizontalPosition Property

Returns or sets a value which defines the part of the document to which the anchor's horizontal position is relative.
Syntax
'Declaration
 
Public Property RelativeHorizontalPosition As AnchorRelativeHorizontalPosition
public AnchorRelativeHorizontalPosition RelativeHorizontalPosition {get; set;}
Remarks

The RelativeHorizontalPosition property defines the area of the document to which the value of the HorizontalAlignment or HorizontalOffset property is relative. For example, if AnchorHorizontalAlignment is set to 'Left', and RelativeHorizontalPosition is set to 'LeftMarginArea', the anchor's left edge is aligned with the left edge of the document's left margin. If AnchorHorizontalAlignment is set to 'Right', and RelativeHorizontalPosition is set to 'Page', the anchor's right edge is aligned with the right edge of the page, overlapping with the area outside the margin.

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