Shape.VerticalFlip Property

Determines if the specified shape is flipped around the vertical axis.

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

Syntax

'Declaration
ReadOnly Property VerticalFlip As MsoTriState
    Get
'Usage
Dim instance As Shape
Dim value As MsoTriState

value = instance.VerticalFlip
MsoTriState VerticalFlip { get; }

Property Value

Type: MsoTriState

Remarks

This property returns True if the specified shape is flipped around the vertical axis, and False if not.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace