Shape.StrokeStartLineCap Property

Definition

Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.

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

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

Property Value

A value of the PenLineCap enumeration that specifies the shape at the start of a Stroke. The default is Flat.

Applies to