Freigeben über


GradientBrush.GradientStops Eigenschaft

Definition

Ruft die Farbverlaufsstopps des Pinsels ab oder legt diese fest.

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>

Eigenschaftswert

Eine Auflistung der GradientStop-Objekte , die dem Pinsel zugeordnet sind, von denen jedes eine Farbe und einen Offset entlang der Farbverlaufsachse des Pinsels angibt. Der Standardwert ist eine leere GradientStopCollection.

Gilt für: