MindFusion.Wpf Pack Programmer's Guide
DiagramItem.StrokeEndLineCap Property
See Also
 





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

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

 Syntax

C#  Copy Code

public PenLineCap StrokeEndLineCap { get; set; }

Visual Basic  Copy Code

Public Property StrokeEndLineCap As PenLineCap

 Property Value

A member of the PenLineCap enumeration. The default value is PenLineCap.Flat.

 See Also

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