Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.