Shape.StrokeStartLineCap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.