GradientBrush Oluşturucular

Tanım

GradientBrush sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

GradientBrush()

GradientBrush sınıfının yeni bir örneğini başlatır.

GradientBrush(GradientStopCollection)

belirtilen GradientStopCollectionile sınıfının yeni bir örneğini GradientBrush başlatır.

GradientBrush()

GradientBrush sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

GradientBrush(GradientStopCollection)

belirtilen GradientStopCollectionile sınıfının yeni bir örneğini GradientBrush başlatır.

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)

Parametreler

gradientStopCollection
GradientStopCollection

Bir GradientStopCollection gradyandaki geçiş noktalarının konumunu ve rengini belirtmek için kullanılır.

Şunlara uygulanır