Share via


RadialGradientBrush.GradientStops Eigenschaft

Definition

Ruft die Farbverlaufsstopps des Pinsels ab oder legt diese fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK siehe Windows App SDK Namespaces).

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

Eigenschaftswert

Eine Auflistung von GradientStop-Objekten , die den Farbverlauf definieren.

Hinweise

Der Standardwert ist eine leere GradientStopCollection.

Gilt für: