GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / Iterations Property
In This Topic
    Iterations Property
    In This Topic
    Gets or sets the number of iterations are to be done.
    Syntax
    [DefaultValue(4)]
    [Description("the number of iterations are to be done")]
    public virtual int Iterations {get; set;}

    Property Value

    The value must be non-negative. The default value is 4.
    See Also