共用方式為


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。

適用於