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