Smrf.NodeXL.Visualization.Wpf.NodeXLControl.CreateGraphDrawer C# (CSharp) Method

CreateGraphDrawer() protected method

protected CreateGraphDrawer ( ) : void
return void
    CreateGraphDrawer()
    {
        m_oGraphDrawer = new GraphDrawer(this);

        m_oGraphDrawer.EdgeDrawer.CurveStyleChanged +=
            new EventHandler(EdgeDrawer_CurveStyleChanged);

        // AssertValid();
    }
NodeXLControl