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

After rotating event

$
0
0

@nmvuong wrote:

Hello everyone,
As I knew this code is rotating function.

       goJs(go.TextBlock, number.toString(), { font: "10pt Verdana, sans-serif" },
         new go.Binding("angle", "angle", function (n) {
            console.log(n);
            return -n;
        }))

However, it fired anytime we rotate.
Does anyone tell me a function that is called after finish rotating?
Thanks in advanced

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles