GraphicContextLineCap Property |
Sets or gets the code specifying the shape of the endpoints for any open path that is stroked.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual LineCap LineCap { get; set; }
Public Overridable Property LineCap As LineCap
Get
Set
public:
virtual property LineCap LineCap {
LineCap get ();
void set (LineCap value);
}
abstract LineCap : LineCap with get, set
override LineCap : LineCap with get, set
Property Value
Type:
LineCap
See Also