Search
Ruler.SetNegatedY Method
See Also
 





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

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Ruler SetNegatedY (
    bool value
)

Visual Basic  Copy Code

Public Function SetNegatedY( _
    value As Boolean _
) As Ruler

 Parameters

value

 Return Value

 See Also