HorizontalFlip Property (Shape)
In This Topic
Gets a value indicating whether the specified shape is flipped around the horizontal axis.
Syntax
'Declaration
Public ReadOnly Property HorizontalFlip As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.HorizontalFlip
public bool HorizontalFlip {get;}
Property Value
true
if the specified shape is flipped around the horizontal axis; otherwise,
false
.
See Also