MindFusion.Wpf Pack Programmer's Guide
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.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool NegatedY { get; set; }

Visual Basic  Copy Code

Public Property NegatedY As Boolean

 Property Value

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

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace