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

Disable delete for single shape

$
0
0

@kannanprs wrote:

I need control delete for particular shape not for diagram area. please find my code.

gradBorderIndicatorTopLeft =
$$(go.Node, "Spot", new go.Binding("zOrder"), { zOrder: 0 }, { copyable: false },
$$(go.Shape, "Rectangle",
{
width: systemWidth,
height: systemHeight,
margin: 0,
background: "white",
fill: null
},
new go.Binding("width", "width")
,new go.Binding("height", "height")

));

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles