GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / AdjustingStyle Property
In This Topic
    AdjustingStyle Property (GoLink)
    In This Topic
    Gets or sets how CalculateStroke behaves.
    Syntax
    [Category("Behavior")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How CalculateStroke behaves.")]
    public virtual GoLinkAdjustingStyle AdjustingStyle {get; set;}

    Property Value

    The default value is GoLinkAdjustingStyle.Calculate.
    Remarks
    If AvoidsNodes and Orthogonal are true, this property is ignored, because CalculateStroke will compute the route in AddOrthoPoints without calling AdjustPoints.
    See Also