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

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

Syntax

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

See Also