GraphicContextLineDashOffset Property |
Sets or gets the phase offset of the current line dash pattern.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual float LineDashOffset { get; set; }
Public Overridable Property LineDashOffset As Single
Get
Set
public:
virtual property float LineDashOffset {
float get ();
void set (float value);
}
abstract LineDashOffset : float32 with get, set
override LineDashOffset : float32 with get, set
Property Value
Type:
Single
See Also