Shape.VerticalFlip Property

Definition

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.

Applies to