Version

VerticalOffset Property

Returns or sets the amount by which the anchor is offset from the boundary defined by the VerticalAlignment property.
Syntax
'Declaration
 
Public Property VerticalOffset As Single
public float VerticalOffset {get; set;}
Remarks

The RelativeVerticalPosition and VerticalAlignment properties define the boundary at which the anchor is positioned; the VerticalOffset property defines an additional amount of space to be added by which to offset the position. For example, if an anchor is top-aligned with the margin, and the offset is set to 72 pts., the object will appear one inch down from the top edge of the margin.

The unit of measurement used to express the property value is defined by the Unit property of the associated WordDocumentWriter.

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