Pen.StartCap
Pen.StartCap property
Gets or sets the cap style used at the beginning of lines drawn with this Pen.
public LineCap StartCap { get; set; }
Return Value
One of the LineCap values that represents the cap style used at the beginning of lines drawn with this Pen.
Exceptions
| exception | condition |
|---|---|
| InvalidEnumArgumentException | The specified value is not a member of LineCap. |
| ArgumentException | The StartCap property is set on an immutable Pen, such as those returned by the Pens class. |
See Also
- enum LineCap
- class Pen
- namespace Aspose.Page.Drawing
- assembly Aspose.Page