Search
DiagramItem.StrokeMiterLimit Property
See Also
 






Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of an item outline element. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double StrokeMiterLimit { get; set; }

Visual Basic  Copy Code

Public Property StrokeMiterLimit As Double

 Property Value

The limit on the ratio of the miter length to the StrokeThickness of an item. This value must be a positive number greater than or equal to 1.

 See Also