Condividi tramite


TextFrame.VerticalAnchor Property

Returns or sets an MsoVerticalAnchor constant that represents the vertical alignment of the text within a shape. Read/write.

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

Syntax

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

value = instance.VerticalAnchor

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

Property Value

Type: MsoVerticalAnchor
MsoVerticalAnchor

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Word Namespace