GradientStopCollection.Remove(GradientStop) Metod

Definition

Tar bort den första förekomsten av angiven GradientStop från den här GradientStopCollection.

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

Parametrar

value
GradientStop

Att GradientStop ta bort från den här GradientStopCollection.

Returer

trueom value har tagits bort från GradientStopCollection; annars . false

Implementeringar

Undantag

Är GradientStopCollection skrivskyddad.

-eller-

Har GradientStopCollection en fast storlek.

Gäller för

Se även