GradientBrush 생성자

정의

GradientBrush 클래스의 새 인스턴스를 초기화합니다.

오버로드

GradientBrush()

GradientBrush 클래스의 새 인스턴스를 초기화합니다.

GradientBrush(GradientStopCollection)

지정된 GradientBrush를 사용하여 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다.

GradientBrush()

GradientBrush 클래스의 새 인스턴스를 초기화합니다.

protected:
 GradientBrush();
protected GradientBrush ();
Protected Sub New ()

적용 대상

GradientBrush(GradientStopCollection)

지정된 GradientBrush를 사용하여 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다.

protected:
 GradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection);
protected GradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection);
new System.Windows.Media.GradientBrush : System.Windows.Media.GradientStopCollection -> System.Windows.Media.GradientBrush
Protected Sub New (gradientStopCollection As GradientStopCollection)

매개 변수

gradientStopCollection
GradientStopCollection

그라데이션에서 전환 지점의 위치와 색을 지정하는 데 사용되는 GradientStopCollection입니다.

적용 대상