Shape.StrokeDashCap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.
public:
property PenLineCap StrokeDashCap { PenLineCap get(); void set(PenLineCap value); };
PenLineCap StrokeDashCap();
void StrokeDashCap(PenLineCap value);
public PenLineCap StrokeDashCap { get; set; }
var penLineCap = shape.strokeDashCap;
shape.strokeDashCap = penLineCap;
Public Property StrokeDashCap As PenLineCap
<shape StrokeDashCap="penLineCapMemberName"/>
Property Value
One of the enumeration values for PenLineCap. The default is Flat.