Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.
XAML |
<object StrokeStartLineCap="PenLineCap" .../>
|
Scripting |
value = object.strokeStartLineCap object.strokeStartLineCap = value |
Property Value
One of the PenLineCap enumeration values.
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 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