Share via


TextFrame2.VerticalAnchor Property

Returns or sets the vertical alignment of text in a text frame. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property VerticalAnchor As MsoVerticalAnchor
    Get
    Set
'Usage
Dim instance As TextFrame2
Dim value As MsoVerticalAnchor

value = instance.VerticalAnchor

instance.VerticalAnchor = value
MsoVerticalAnchor VerticalAnchor { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoVerticalAnchor

Remarks

The value of the VerticalAnchor property can be one of the following MsoVerticalAnchor constants:

msoAnchorBottom

msoAnchorMiddle

msoAnchorTop

msoVerticalAnchorMixed

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.PowerPoint Namespace