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