PenMiterLimit Property
If the
LineJoin is
Miter, then
gets or sets the limit for the ratio of the miter length to half the
Width that determines whether the join is beveled or mitered.
Makes a difference only if the
Width is greater than 1.
Default value: 10.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public float MiterLimit { get; set; }
Public Property MiterLimit As Single
Get
Set
public:
property float MiterLimit {
float get ();
void set (float value);
}
member MiterLimit : float32 with get, set
Property Value
Single