GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoArc Class / StartAngle Property
In This Topic
    StartAngle Property (GoArc)
    In This Topic
    Gets or sets the initial angle of the section of the ellipse to be drawn.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The start angle for the side of the arc")]
    public float StartAngle {get; set;}

    Property Value

    This value is in degrees, measured clockwise from zero along the positive X axis. The value should range from zero to just below 360. Values outside this range are adjusted to equivalent angles that fall in this range.
    See Also