Pen.CustomStartCap
Pen.CustomStartCap property
Gets or sets a custom cap to use at the beginning of lines drawn with this Pen
.
public CustomLineCap CustomStartCap { get; set; }
Property Value
A CustomLineCap
that represents the cap used at the beginning of lines drawn with this Pen
.
Exceptions
exception | condition |
---|---|
ArgumentException | The CustomStartCap property is set on an immutable Pen , such as those returned by the Pen class. |
See Also
- class CustomLineCap
- class Pen
- namespace Aspose.Imaging
- assembly Aspose.Imaging