RadialGradientBrush.GradientStops プロパティ

定義

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

このドキュメントは、UWP 用の WinUI 2 に適用されます (Windows アプリ SDKWinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

public:
 property IObservableVector<GradientStop ^> ^ GradientStops { IObservableVector<GradientStop ^> ^ get(); };
IObservableVector<GradientStop> GradientStops();
public IObservableVector<GradientStop> GradientStops { get; }
Public ReadOnly Property GradientStops As IObservableVector(Of GradientStop)

プロパティ値

グラデーションを定義する GradientStop オブジェクトのコレクション。

注釈

既定値は空の GradientStopCollection です

適用対象