Search
Ruler.SetNegatedX Method
See Also
 





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

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

 Syntax

C#  Copy Code

public Ruler SetNegatedX (
    bool value
)

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also