Gets or sets the width of the cap style used to start a line element.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException The specified value is not greater than or equal to two.