TextDecorationCollection.Remove(TextDecoration) Yöntem

Tanım

Belirtilen TextDecoration nesneyi koleksiyondan kaldırır.

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

Parametreler

value
TextDecoration

Kaldırılacak TextDecoration nesne.

Döndürülenler

Boolean

truevalue başarıyla silindiyse; aksi takdirde false.

Uygulamalar

Şunlara uygulanır