EndLineCap Property
Summary
Gets or sets a value that describes how to shape the end of a line.
Syntax
public PenLineCap EndLineCap { get; set; }
Public Property EndLineCap As PenLineCap
public:
property PenLineCap EndLineCap {
PenLineCap get();
void set ( PenLineCap );
}
Property Value
A System.Windows.Media.PenLineCap value that describes how to the shape the end of a line drawn by the D2DPen.