FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / FlipHorizontal Property


In This Topic
FlipHorizontal Property (CalloutArrowShape)
In This Topic
Gets or sets a value that indicates whether the shape has been flipped horizontally.
Syntax
'Declaration
 
Public Property FlipHorizontal As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
instance.FlipHorizontal = value
 
value = instance.FlipHorizontal

Property Value

true if the shape has been flipped horizontally; otherwise, false.
See Also