Shape.StrokeEndLineCap 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 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.