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