Gets or sets the
System.Drawing.Drawing2D.LineJoin style for the ends of two consecutive lines drawn with this
AnnPen object.
public virtual LineJoin LineJoin {get; set;}
'Declaration
Public Overridable Property LineJoin As LineJoin
'Usage
Dim instance As AnnPen
Dim value As LineJoin
instance.LineJoin = value
value = instance.LineJoin
public:
virtual property LineJoin LineJoin {
LineJoin get();
void set ( LineJoin value);
}
Property Value
A
System.Drawing.Drawing2D.LineJoin value that represents the join style for the ends of two consecutive lines drawn with this
AnnPen object.