GradientBrush.GradientStops プロパティ

定義

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

public:
 property System::Windows::Media::GradientStopCollection ^ GradientStops { System::Windows::Media::GradientStopCollection ^ get(); void set(System::Windows::Media::GradientStopCollection ^ value); };
public System.Windows.Media.GradientStopCollection GradientStops { get; set; }
member this.GradientStops : System.Windows.Media.GradientStopCollection with get, set
Public Property GradientStops As GradientStopCollection

プロパティ値

GradientStopCollection

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

注釈

依存プロパティ情報

識別子フィールド GradientStopsProperty
メタデータのプロパティが次に設定されている true なし

適用対象