GraphicContextLineWidth Property |
Sets or gets the thickness of paths to be stroked.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public virtual float LineWidth { get; set; }
Public Overridable Property LineWidth As Single
Get
Set
public:
virtual property float LineWidth {
float get ();
void set (float value);
}
abstract LineWidth : float32 with get, set
override LineWidth : float32 with get, set
Property Value
Type:
SingleSee Also