ICanvasDrawingStylesLineCap Property |
Type of endings on the end of lines. Possible values: butt (default), round, square.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxstring LineCap { get; set; }
Property LineCap As String
Get
Set
property String^ LineCap {
String^ get ();
void set (String^ value);
}
abstract LineCap : string with get, set
Property Value
Type:
String
See Also