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