GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerMark Structure / End Property
In This Topic
    End Property
    In This Topic
    Gets or sets the fraction of distance at which this kind of tick mark should end.
    Syntax
    public float End {get; set;}

    Property Value

    The default is 1; the value should range from 0 to 1.
    Remarks
    The Start and End together describe the length of the tick mark as a percentage of the distance across the ruler.
    See Also