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

VertexLabelDrawer() public method

Initializes a new instance of the VertexLabelDrawer class.
public VertexLabelDrawer ( VertexLabelPosition labelPosition, Byte backgroundAlpha ) : System
labelPosition VertexLabelPosition /// The default position to use for vertex labels. ///
backgroundAlpha Byte /// The alpha of the label's background rectangle, as a Byte. ///
return System
    public VertexLabelDrawer
    (
        VertexLabelPosition labelPosition,
        Byte backgroundAlpha
    )
    {
        m_eLabelPosition = labelPosition;
        m_btBackgroundAlpha = backgroundAlpha;

        AssertValid();
    }