GradientStopCollection.ICollection<GradientStop>.IsReadOnly Property

Definition

For a description of this member, see 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

Property Value

true if access to the GradientStopCollection is synchronized (thread safe); otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the GradientStopCollection instance is cast to an ICollection interface.

Applies to