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

    Property Value

    The default value is GoPolygonStyle.Line, straight lines between the points. A value of GoPolygonStyle.Bezier results in a closed poly-Bezier shape, with a straight line segment closing the shape between the last and first point if they are not the same point.
    See Also