GradientStopCollection.Remove(GradientStop) Método

Definição

Remove a primeira ocorrência do especificado GradientStop deste 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

Parâmetros

value
GradientStop

O GradientStop para remover deste GradientStopCollection.

Devoluções

true se value foi removido do GradientStopCollection; caso contrário, false.

Implementações

Exceções

É GradientStopCollection só de leitura.

-ou-

Tem GradientStopCollection um tamanho fixo.

Aplica-se a

Ver também