Aracılığıyla paylaş


GradientStopCollection.Remove(GradientStop) Yöntem

Tanım

Belirtilen GradientStop öğesinin ilk oluşumunu bu GradientStopCollectioniçinden kaldırır.

public:
 virtual bool Remove(System::Windows::Media::GradientStop ^ value);
public bool Remove (System.Windows.Media.GradientStop value);
abstract member Remove : System.Windows.Media.GradientStop -> bool
override this.Remove : System.Windows.Media.GradientStop -> bool
Public Function Remove (value As GradientStop) As Boolean

Parametreler

value
GradientStop

GradientStop bu GradientStopCollectionöğesinin içinden kaldırılacak .

Döndürülenler

Boolean

trueöğesinden GradientStopCollectionkaldırıldıysa; kaldırılmadıysavalue, false.

Uygulamalar

Özel durumlar

GradientStopCollection salt okunurdur.

-veya- sabit GradientStopCollection bir boyuta sahiptir.

Şunlara uygulanır

Ayrıca bkz.