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 the StrokeStartLineCap value for the shape.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public PenLineCap StrokeStartLineCap { get; set; }
public:
property PenLineCap StrokeStartLineCap {
PenLineCap get();
void set(PenLineCap value);
}
member StrokeStartLineCap : PenLineCap with get, set
Public Property StrokeStartLineCap As PenLineCap
Property Value
Type: System.Windows.Media.PenLineCap
Returns PenLineCap.
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top