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

    Property Value

    This defaults to true.
    See Also