GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoArc Class / ResizableStartAngle Property
In This Topic
    ResizableStartAngle Property (GoArc)
    In This Topic
    Gets or sets whether to add the resizing handle controlling the start angle.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether users can resize the start angle of this resizable object.")]
    public virtual bool ResizableStartAngle {get; set;}

    Property Value

    This defaults to true.
    See Also