Click or drag to resize
Ab4d.SharpEngine logo

IPolyLineMaterialMiterLimit Property

Gets or sets a value that defines at which line thickness the mitered (sharp) line joint is converted into beveled (square) line joint. For example, a value of 4 requires the mitered joint length to be 4 times the line thickness before the joint becomes beveled. MiterLimit is used only when IsPolyLine is set to true.

Namespace: Ab4d.SharpEngine.Materials
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
float MiterLimit { get; set; }

Property Value

Single

[Missing <value> documentation for "P:Ab4d.SharpEngine.Materials.IPolyLineMaterial.MiterLimit"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Materials.IPolyLineMaterial.MiterLimit"]

See Also