PenOptionsEndCap Property |
Gets or sets the end cap.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic LineCap EndCap { get; set; }
Public Property EndCap As LineCap
Get
Set
public:
property LineCap EndCap {
LineCap get ();
void set (LineCap value);
}
member EndCap : LineCap with get, set
Property Value
Type:
LineCap
The end cap.
See Also