Gets or sets the cap style used to end a line element.
            
      Namespace: Neodynamic.SDK
    Assembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0
Syntax
| Visual Basic (Declaration) | 
|---|
Public Property EndLineCap As LineCapStyle  | 
| C# | 
|---|
public LineCapStyle EndLineCap { get; set; }  | 
| Visual C++ | 
|---|
public: property LineCapStyle EndLineCap { LineCapStyle get (); void set (LineCapStyle value); }  |