次の方法で共有


GradientStop.Position プロパティ

定義

パーセントで示されたグラデーション内の分岐点の位置を表す値を取得または設定します。 読み取り/書き込みが可能です。

public:
 property float Position { float get(); void set(float value); };
public float Position { get; set; }
member this.Position : single with get, set
Public Property Position As Single

プロパティ値

単精度浮動小数点型

注釈

グラデーションとは別に 1 つの色の状態からスムーズに移行します。 このセクションのエンドポイントを分岐点と呼びます。

適用対象