FlipVertical Property (RoundedRectangleShape)
Gets or sets a value that indicates whether the shape has been flipped vertically.
public bool FlipVertical {get; set;}
'Declaration
Public Property FlipVertical As Boolean
'Usage
Dim instance As RoundedRectangleShape
Dim value As Boolean
instance.FlipVertical = value
value = instance.FlipVertical
Property Value
true
if the shape has been flipped vertically; otherwise,
false
.