Поделиться через


GradientBrush.GradientStops Свойство

Определение

Получает или задает ограничения градиента кисти.

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>

Значение свойства

Коллекция объектов GradientStop , связанных с кистью, каждый из которых задает цвет и смещение вдоль оси градиента кисти. По умолчанию используется пустой объект GradientStopCollection.

Применяется к