GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SmoothingMode Property
In This Topic
    SmoothingMode Property (GoView)
    In This Topic
    Gets or sets how nicely lines are drawn.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How nicely lines are drawn")]
    public virtual SmoothingMode SmoothingMode {get; set;}
    See Also