Pen.LineJoin
Pen.LineJoin property
Gets or sets the join style for the ends of two consecutive lines drawn with this Pen
.
public LineJoin LineJoin { get; set; }
Property Value
A LineJoin
that represents the join style for the ends of two consecutive lines drawn with this Pen
.
Exceptions
exception | condition |
---|---|
ArgumentException | The LineJoin property is set on an immutable Pen , such as those returned by the Pen class. |
See Also
- enum LineJoin
- class Pen
- namespace Aspose.Imaging
- assembly Aspose.Imaging