Gets or sets whether the horizontal scale should show negated values, simulating that the coordinate system's X axis grows to the left.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public bool NegatedX { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NegatedX As Boolean |
true if the horizontal ruler scale should show negated coordinates, otherwise false. The default value is false.
See Also