StartLineCap Property
Summary
Gets or sets the cap style used on the starting point of the line.
Syntax
public PenLineCap StartLineCap { get; set; }
Public Property StartLineCap As PenLineCap
public:
property PenLineCap StartLineCap {
PenLineCap get();
void set ( PenLineCap );
}
Property Value
A System.Windows.Media.PenLineCap value that describes the cap style used on the starting point of the D2DPen.