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 です。

適用対象