FlipHorizontal Property (CalloutArrowShape)
Gets or sets a value that indicates whether the shape has been flipped horizontally.
public bool FlipHorizontal {get; set;}
'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
.