Version

RelativeVerticalPosition Property

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

The RelativeVerticalPosition property defines the area of the document to which the value of the VerticalAlignment or VerticalOffset property is relative. For example, if VerticalAlignment is set to 'Top', and RelativeVerticalPosition is set to 'Page', the anchor's top edge is aligned with the top edge of the page. If VerticalAlignment is set to 'Bottom', and RelativeVerticalPosition is set to 'Page', the anchor's bottom edge is aligned with the bottom edge of the page, overlapping with the area outside the margin.

When the VerticalAlignment property is explicitly set, the 'Paragraph' setting for this property is not supported; in that case this property resolves to 'Page'

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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