MindFusion.Charting for WebForms Programmer's Guide
Pen.LineJoin Property
See Also
 



Gets or sets the join style for the ends of two consecutive lines drawn with this pen.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public LineJoin LineJoin { get; set; }

Visual Basic  Copy Code

Public Property LineJoin As LineJoin

 Property Value

A member of the .NET LineJoin enumeration that represents the join style for the ends of two consecutive lines.

 See Also

Pen Members
Pen Class
MindFusion.Drawing Namespace