Gets or sets the cap style used to start 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 LineCapStyle StartLineCap { get; set; }
Visual Basic (Declaration)
Public Property StartLineCap As LineCapStyle
Visual C++
public:
property LineCapStyle StartLineCap {
	LineCapStyle get ();
	void set (LineCapStyle value);
}

See Also