CompositionSpriteShape.StrokeDashOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定虛線開始的虛線圖樣內的距離。
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。