PointCollection::ICollection<Point>::IsReadOnly Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see ICollection<T>::IsReadOnly.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = ICollection<Point>::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if the PointCollection is read-only; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the PointCollection instance is cast to an ICollection<T> interface.

.NET Framework
Available since 3.0
Return to top
Show: