GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / AggressiveOption Property
In This Topic
    AggressiveOption Property
    In This Topic
    Gets or sets which Aggressive Option is being used to look for link crossings.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("how aggressive to be about looking for link crossings")]
    public virtual GoLayoutLayeredDigraphAggressive AggressiveOption {get; set;}
    See Also