GradientBrush.GradientStops 속성

정의

브러시의 그라데이션 중지점을 가져오거나 설정합니다.

public:
 property System::Windows::Media::GradientStopCollection ^ GradientStops { System::Windows::Media::GradientStopCollection ^ get(); void set(System::Windows::Media::GradientStopCollection ^ value); };
public System.Windows.Media.GradientStopCollection GradientStops { get; set; }
member this.GradientStops : System.Windows.Media.GradientStopCollection with get, set
Public Property GradientStops As GradientStopCollection

속성 값

GradientStopCollection

브러시와 연결된 GradientStop 개체의 컬렉션으로, 각각 브러시 그라데이션 축의 오프셋과 색을 지정합니다. 기본값은 빈 GradientStopCollection입니다.

설명

종속성 속성 정보

식별자 필드 GradientStopsProperty
메타 데이터 속성 설정 true 없음

적용 대상