Exemplo n.º 1
0
        public ArtboardCanvas()
        {
            _childCleanupPredicate = CleanChild;

            DraggableBehavior.SetAdvisor(this, new ArtboardCanvasDraggableAdvisor(this));
            ResizableBehavior.SetAdvisor(this, new ArtboardCanvasResizableAdvisor(this));
        }