DiagramLite Programmer's Guide
DiagramItem.StrokeLineJoin Property
See Also
 





Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of the item's outline.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public PenLineJoin StrokeLineJoin { get; set; }

Visual Basic  Copy Code

Public Property StrokeLineJoin As PenLineJoin

 Property Value

One of the System.Windows.Media.PenLineJoin values. The default is Miter.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace