CustomLineCap::StrokeJoin Property

 

Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property LineJoin StrokeJoin {
	LineJoin get();
	void set(LineJoin value);
}

Property Value

Type: System.Drawing.Drawing2D::LineJoin

The LineJoin enumeration this CustomLineCap object uses to join lines.

This property specifies a LineJoin enumeration that is used to join lines and curves that make up the stroked path of this CustomLineCap object.

.NET Framework
Available since 1.1
Return to top
Show: