'Declaration
Public Property FlipVertical As Boolean
'Usage
Dim instance As PSObject Dim value As Boolean instance.FlipVertical = value value = instance.FlipVertical
public bool FlipVertical {get; set;}
Property Value
true
if the shape has been flipped vertically; otherwise, false
.