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