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

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

Exceptions

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

See Also