GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ReverseDirection Property
In This Topic
    ReverseDirection Property
    In This Topic
    Gets of sets the direction in which the ruler is measuring.
    Syntax
    [Description("The direction of the ruler's measurement.")]
    [Category("Ruler Appearance")]
    [DefaultValue(false)]
    public virtual bool ReverseDirection {get; set;}

    Property Value

    The default value is false.
    Remarks
    If ReverseDirection is set to true, the direction of measurement is reversed. For example, if negative infinity were toward the left and positive infinity were toward the right, after setting the value of ReverseDirection to true, negative infinity is now toward the right and positive infinity is now toward the left.
    See Also