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

A GradientStop remoção a ser removida disso GradientStopCollection.

Retornos

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

Implementações

Exceções

O GradientStopCollection é somente leitura.

- ou -

O GradientStopCollection tem um tamanho fixo.

Aplica-se a

Confira também