CompositionSpriteShape.StrokeDashOffset 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 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.