Smrf.NodeXL.Visualization.Wpf.GroupDrawer.GroupDrawer C# (CSharp) Method

GroupDrawer() public method

Initializes a new instance of the GroupDrawer class.
public GroupDrawer ( ) : System
return System
    public GroupDrawer()
    {
        m_oLabelTextColor = SystemColors.WindowTextColor;
        m_eLabelPosition = VertexLabelPosition.MiddleCenter;
        m_dLabelScale = 1.0;
        m_oFormattedTextManager = new FormattedTextManager();

        AssertValid();
    }