Search
Ruler.NegatedX Property
See Also
 





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.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public bool NegatedX { get; set; }

Visual Basic  Copy Code

Public Property NegatedX As Boolean

 Property Value

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

 See Also