GradientStop 생성자

정의

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

오버로드

Name Description
GradientStop()

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

GradientStop(Color, Double)

지정된 색과 오프셋을 GradientStop 사용하여 클래스의 새 인스턴스를 초기화합니다.

GradientStop()

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

public:
 GradientStop();
public GradientStop();
Public Sub New ()

적용 대상

GradientStop(Color, Double)

지정된 색과 오프셋을 GradientStop 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 GradientStop(System::Windows::Media::Color color, double offset);
public GradientStop(System.Windows.Media.Color color, double offset);
new System.Windows.Media.GradientStop : System.Windows.Media.Color * double -> System.Windows.Media.GradientStop
Public Sub New (color As Color, offset As Double)

매개 변수

color
Color

그라데이션 중지점의 색 값입니다.

offset
Double

그라데이션 중지점이 있는 그라데이션의 위치입니다.

적용 대상