Custom selection appearance from Rectangle to Circle (actualBounds)

At our project, it have the specific requirement: make the bound when selected is Circle.

The default actualBounds:
Screenshot_2019-04-01%20ConnectOurKids%20Demo

Our expected requirement:

94333679

Are actualBounds can be modified from Rectangle to Circle?

There are several possibilities that are described at GoJS Selection -- Northwoods Software

Thank you @walter, we will check that.

@walter We have read about Selection.

We add the Selection Adornment to our PlaceHolder, we have the issue coming up (with attachment):

How can we adjust the Adornment to fit the Placeholder inside and keep the Text?

Set Shape properties:

{ spot1: go.Spot.TopLeft, spot2: go.Spot.BottomRight }

or use slightly different Spots, as desired. Shape | GoJS API

1 Like

Thank you @walter very much