Search
Box.FlipY Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_FlipY ()
void put_FlipY (
    bool value
)

 Property Value

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

 See Also