Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

How to change the pink selection box?

$
0
0

@sean-hill wrote:

How do I change the color of the pink box and blue arrow here?

I have tried this code:

diagram.toolManager.dragSelectingTool.box =
    $make(go.Part, { layerName: 'Tool', selectable: false },
        $make(go.Shape, { name: 'SHAPE', fill: null, stroke: 'red', strokeWidth: 2 })
    );

But it has not worked. Thanks for any help you can provide!

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles