Gets or sets style of a cap in the start point.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

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

See Also