ICanvasDrawingStylesLineDashOffset Property |
Specifies where to start a dash array on a line.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxdouble LineDashOffset { get; set; }
Property LineDashOffset As Double
Get
Set
property double LineDashOffset {
double get ();
void set (double value);
}
abstract LineDashOffset : float with get, set
Property Value
Type:
Double
See Also