GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / ReshapableRectangle Property
In This Topic
    ReshapableRectangle Property
    In This Topic
    Gets or sets whether this object, when selected, displays the standard four or eight resize handles at the corners and middles of the rectangular bounds, when this object is reshapable and ReshapablePoints is false.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the resize handles appear at each spot of the rectangular box.")]
    public virtual bool ReshapableRectangle {get; set;}

    Property Value

    The default value is true.
    Remarks
    This value is considered by AddSelectionHandles when this shape is Resizable and Reshapable and when ReshapablePoints is false.
    See Also