GraphicContextLineDashStyle Property |
Sets of gets the style of dashed lines of a stroked path.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual DashStyle LineDashStyle { get; set; }
Public Overridable Property LineDashStyle As DashStyle
Get
Set
public:
virtual property DashStyle LineDashStyle {
DashStyle get ();
void set (DashStyle value);
}
abstract LineDashStyle : DashStyle with get, set
override LineDashStyle : DashStyle with get, set
Property Value
Type:
DashStyle
See Also