CompositionSpriteShape.StrokeDashOffset Property

Definition

Gets or sets a value that specifies the distance within the dash pattern where a dash begins.

public:
 property float StrokeDashOffset { float get(); void set(float value); };
float StrokeDashOffset();

void StrokeDashOffset(float value);
public float StrokeDashOffset { get; set; }
var single = compositionSpriteShape.strokeDashOffset;
compositionSpriteShape.strokeDashOffset = single;
Public Property StrokeDashOffset As Single

Property Value

Single

float

A value that represents the distance within the dash pattern where a dash begins. The default is 0.

Applies to