GradientBrush.GradientStops プロパティ

定義

ブラシのグラデーションの分岐点を取得または設定します。

public:
 property GradientStopCollection ^ GradientStops { GradientStopCollection ^ get(); void set(GradientStopCollection ^ value); };
GradientStopCollection GradientStops();

void GradientStops(GradientStopCollection value);
public GradientStopCollection GradientStops { get; set; }
var gradientStopCollection = gradientBrush.gradientStops;
gradientBrush.gradientStops = gradientStopCollection;
Public Property GradientStops As GradientStopCollection
<gradientBrush>
  oneOrMoreGradientStops
</gradientBrush>

プロパティ値

ブラシに関連付けられた GradientStop オブジェクトのコレクション。各オブジェクトは、ブラシのグラデーション軸に沿った色とオフセットを指定します。 既定値は空の GradientStopCollection です

適用対象