'Declaration
ReadOnly Property VerticalFlip As Boolean
'Usage
Dim instance As IShapeBase Dim value As Boolean value = instance.VerticalFlip
bool VerticalFlip {get;}
Property Value
true
if the specified shape is flipped around the vertical axis; otherwise, false
.