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