Shape.StrokeEndLineCap Property

Definition

Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.

public:
 property PenLineCap StrokeEndLineCap { PenLineCap get(); void set(PenLineCap value); };
PenLineCap StrokeEndLineCap();

void StrokeEndLineCap(PenLineCap value);
public PenLineCap StrokeEndLineCap { get; set; }
var penLineCap = shape.strokeEndLineCap;
shape.strokeEndLineCap = penLineCap;
Public Property StrokeEndLineCap As PenLineCap
<shape StrokeEndLineCap="penLineCapMemberName"/>

Property Value

One of the enumeration values for PenLineCap. The default is Flat.

Applies to