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

    Property Value

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