|
No, these are ShapeNodes.
ShapeNode node = new ShapeNode(FlowDiagram) { Bounds = new Rect(FlowTask.XLocation, FlowTask.YLocation, 32, 32), Image = new BitmapImage(new Uri(imageUri, UriKind.RelativeOrAbsolute)), ImageAlign = ImageAlign.Center, Transparent = true, Pen = new Pen(Brushes.Black), Tag = new TaskNodeTag(FlowTask, SUBSCRIPTIONID, flow, ISPROPERTIESEDITABLE, cn), BorderBrush = new SolidColorBrush(Colors.Black), BorderThickness = new Thickness(1, 1, 1, 1), AnchorPattern = anchorPattern, Locked = true, };
|