HorizontalFlip Property (IShape)
In This Topic
Gets a value indicating whether the specified shape is flipped around the horizontal axis.
Syntax
'Declaration
ReadOnly Property HorizontalFlip As Boolean
'Usage
Dim instance As IShape
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
.
See Also