Version

VerticalAlignment Property (Anchor)

Returns or sets a value which defines the anchor's vertical alignment.
Syntax
'Declaration
 
Public Property VerticalAlignment As AnchorVerticalAlignment
public AnchorVerticalAlignment VerticalAlignment {get; set;}
Remarks

The VerticalAlignment property is used in conjunction with the RelativeVerticalPosition to define the vertical aspect of the anchor's position. An anchor can be aligned with the top or bottom edge of the page, margin, paragraph, etc.

By default, the VerticalAlignment property is not applicable, and positioning is implied to be absolute, defined by the value of the VerticalOffset property.

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