GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / StartValue Property
In This Topic
    StartValue Property
    In This Topic
    Gets or sets the value at which the ruler starts measuring.
    Syntax
    [Description("The value, in selected units, at which the ruler begins measuring.")]
    [Category("Measurement")]
    [DefaultValue(0)]
    public virtual double StartValue {get; set;}

    Property Value

    The default value is 0.0f.
    Remarks
    The StartValue property is where the ruler begins measurement. The value of StartValue is in the current Units.
    See Also