Bevisuali.Model.NetworkLayoutOptions.NetworkLayoutOptions C# (CSharp) Method

NetworkLayoutOptions() public method

public NetworkLayoutOptions ( ) : System
return System
        public NetworkLayoutOptions()
        {
            this.Algorithm = AlgorithmEnum.SugiyamaEfficient;
            this.NodeSeparationTarget = 10;
            this.Iterations = 1;
            this.NodeSize = 50;
            this.EdgeThickness = 1;
        }

Same methods

NetworkLayoutOptions::NetworkLayoutOptions ( AlgorithmEnum algorithm, float nodeSeparationTarget, int iterations, float nodeSize, float edgeThickness ) : System
NetworkLayoutOptions