GraphicContextMiterLimit Property |
Sets or gets the maximum length of mitered line joins for stroked paths.
This parameter limits the length of "spikes" produced when line segments join at sharp angles.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual float MiterLimit { get; set; }
Public Overridable Property MiterLimit As Single
Get
Set
public:
virtual property float MiterLimit {
float get ();
void set (float value);
}
abstract MiterLimit : float32 with get, set
override MiterLimit : float32 with get, set
Property Value
Type:
Single
See Also