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

    Property Value

    This value is in degrees, measured clockwise from the StartAngle. Absolute values equal to or greater than 360 degrees are adjusted to the equivalent angles less than 360 degrees. The default value is 300.
    See Also