Search
Box.FlipX Property
See Also
 



Gets or sets a value indicating whether the node's shape is flipped horizontally.

 Syntax

VB6  Copy Code

Public Property Get FlipX() As Boolean
Public Property Let FlipX( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_FlipX ()
void put_FlipX (
    bool value
)

 Property Value

true if the shape is flipped horizontally, or false otherwise.

 See Also