GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLinear Class / EndPoint Property
In This Topic
    EndPoint Property
    In This Topic
    Gets or sets the point where the drawing of the GraduatedScaleLinear ends
    Syntax
    [Category("Appearance")]
    [Description("A PointF that defines the ending point of the linear scale.")]
    public virtual PointF EndPoint {get; set;}
    See Also