CompositionSpriteShape.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 CompositionStrokeCap enumeration value that specifies how the ends of a dash are drawn.
public:
property CompositionStrokeCap StrokeDashCap { CompositionStrokeCap get(); void set(CompositionStrokeCap value); };
CompositionStrokeCap StrokeDashCap();
void StrokeDashCap(CompositionStrokeCap value);
public CompositionStrokeCap StrokeDashCap { get; set; }
var compositionStrokeCap = compositionSpriteShape.strokeDashCap;
compositionSpriteShape.strokeDashCap = compositionStrokeCap;
Public Property StrokeDashCap As CompositionStrokeCap
Property Value
An enumeration value that specifies how the ends of a dash are drawn. The default is Flat.