다음을 통해 공유


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입니다.

적용 대상