CompositionSpriteShape.StrokeDashOffset 属性

定义

获取或设置一个值,该值指定短划线模式中短划线开始的距离。

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

属性值

Single

float

一个 值,该值表示短划线模式中短划线开始的距离。 默认值为 0。

适用于