Search
Ruler.NegatedY Property
See Also
 



Gets or sets whether the vertical scale should show negated values, simulating that the coordinate system's Y axis grows to the top.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_NegatedY ()
void put_NegatedY (
    bool value
)

 Property Value

true if the vertical ruler scale should show negated coordinates, otherwise false. The default value is false.

 See Also