GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / Style Property
In This Topic
    Style Property (GoStroke)
    In This Topic
    Gets or sets the kind of curve drawn using this stroke's points.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The kind of curve drawn using this stroke's points.")]
    public virtual GoStrokeStyle Style {get; set;}

    Property Value

    The initial value is GoStrokeStyle.Line
    See Also