GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / DocStartValue Property
In This Topic
    DocStartValue Property
    In This Topic
    Gets or sets the StartValue of the ruler using document units instead of the ruler's current units.
    Syntax
    [Description("The StartValue of the ruler using document units.")]
    [Category("Measurement")]
    public virtual double DocStartValue {get; set;}
    Remarks

    The DocStartValue property converts the value from document units to or from the ruler's current Units.

    This value is normally kept in sync with a GoView's DocPosition property.

    See Also