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

プロパティ値

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

注釈

依存関係プロパティ情報

品目 価値
識別子フィールド GradientStopsProperty
に設定されたメタデータ プロパティ true None

適用対象