GradientStopCollection.ICollection<GradientStop>.IsReadOnly Propriété

Définition

Pour obtenir une description de ce membre, consultez IsSynchronized.

property bool System::Collections::Generic::ICollection<System::Windows::Media::GradientStop>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.GradientStop>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.GradientStop>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of GradientStop).IsReadOnly

Valeur de propriété

Boolean

true si l'accès à GradientStopCollection est synchronisé (thread-safe) ; sinon false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de GradientStopCollection est castée en interface ICollection.

S’applique à