@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