Bagikan melalui


GradientBrush.GradientStops Properti

Definisi

Mendapatkan atau mengatur gradien sikat berhenti.

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>

Nilai Properti

Koleksi objek GradientStop yang terkait dengan kuas, yang masing-masing menentukan warna dan offset di sepanjang sumbu gradien kuas. Defaultnya adalah GradientStopCollection kosong.

Berlaku untuk