MindFusion.Wpf Pack Programmer's Guide
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.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double StrokeMiterLimit { get; set; }

Visual Basic  Copy Code

Public Property StrokeMiterLimit As Double

 Property Value

A double value specifying the limit. The default value is 10.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
Stroke
StrokeDashCap
StrokeDashStyle
StrokeEndLineCap
StrokeLineJoin
StrokeStartLineCap
StrokeThickness