Gets or sets the cap style used to end a line element.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public LineCapStyle EndLineCap { get; set; }
Visual Basic (Declaration)
Public Property EndLineCap As LineCapStyle
Visual C++
public:
property LineCapStyle EndLineCap {
	LineCapStyle get ();
	void set (LineCapStyle value);
}

See Also