ICanvasRenderingContext2DStrokeStyle Property |
Color or style to use for the lines around shapes. Default: (black).
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxObject StrokeStyle { get; set; }
Property StrokeStyle As Object
Get
Set
property Object^ StrokeStyle {
Object^ get ();
void set (Object^ value);
}
abstract StrokeStyle : Object with get, set
Property Value
Type:
Object
See Also