JavaScript API for Silverlight
StrokeStartLineCap
Gets or sets a PenLineCap enumeration value that describes the shape at the start of a Stroke.
XAML
<object StrokeStartLineCap="PenLineCap" .../>
JScript
value = object.StrokeStartLineCap object.StrokeStartLineCap = value
Property Value
Type: PenLineCap
One of the enumeration values (Flat, Square, Round, or Triangle) that specifies the shape at the start of a Stroke.
This property is read/write. The default value is Flat.
Managed Equivalent
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, which has a closed stroke.
Applies To