GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / Angle Property
In This Topic
    Angle Property (GoDrawing)
    In This Topic
    Gets or sets the angle at which this shape is drawn.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The angle at which this shape is drawn")]
    public virtual float Angle {get; set;}

    Property Value

    The default value is zero.
    Remarks
    This calls Rotate about the unrotated center of this shape, with the angle being the difference between the old angle and the new one.
    See Also