Shape.VerticalFlip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified shape is flipped around the vertical axis.
public:
property Microsoft::Office::Core::MsoTriState VerticalFlip { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState VerticalFlip { get; }
member this.VerticalFlip : Microsoft.Office.Core.MsoTriState
Public ReadOnly Property VerticalFlip As MsoTriState
Property Value
Remarks
This property returns True if the specified shape is flipped around the vertical axis, and False if not.