StrokeEndLineCap Property
Gets or sets a value that describes the Shape at the end of a line.
XAML |
<object StrokeEndLineCap="PenLineCap" .../>
|
Scripting |
value = object.StrokeEndLineCap object.StrokeEndLineCap = value |
Property Value
A value of the PenLineCap enumeration that describes the end cap shape.
This property is read/write. The default value is Flat.
Remarks
This property has no effect if you set it on a shape that has no Stroke or that has no discrete start or end points. For example, this property has no effect if you set it on an Ellipse.
Applies To
Ellipse, Line, Path, Polygon, Polyline, Rectangle, Shape