DiagramLite Programmer's Guide
DiagramItem.StrokeStartLineCap Property
See Also
 





Gets or sets a PenLineCap enumeration value that specifies what shape to draw at the start of a Stroke.

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

 Syntax

C#  Copy Code

public PenLineCap StrokeStartLineCap { get; set; }

Visual Basic  Copy Code

Public Property StrokeStartLineCap As PenLineCap

 Property Value

One of the System.Windows.Media.PenLineCap values. The default is Flat.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace