Search
Ruler.NegatedX Property
See Also
 



Gets or sets whether the horizontal scale should show negated values, simulating that the coordinate system's X axis grows to the left.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_NegatedX ()
void put_NegatedX (
    bool value
)

 Property Value

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

 See Also