FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / FlipVertical Property


In This Topic
FlipVertical Property (RoundedRectangleShape)
In This Topic
Gets or sets a value that indicates whether the shape has been flipped vertically.
Syntax
'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.
See Also