Smrf.NodeXL.ExcelTemplate.EditedVertexAttributes.EditedVertexAttributes C# (CSharp) Method

EditedVertexAttributes() public method

Initializes a new instance of the class with default values.
All values are set to null.
public EditedVertexAttributes ( ) : System
return System
    public EditedVertexAttributes()
    :
    this(null, null, null, null, null, null, null, null, null, null, null,
        false)
    {
        // (Do nothing else.)

        AssertValid();
    }

Same methods

EditedVertexAttributes::EditedVertexAttributes ( Nullable color, Nullable shape, Nullable radius, Nullable alpha, Nullable visibility, String label, Nullable labelFillColor, Nullable labelPosition, String toolTip, Nullable locked, Nullable marked, System.Boolean workbookMustBeReread ) : System