Click or drag to resize

GradientStopCollection Properties

The GradientStopCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of gradient stops in a collection. Read-only Int32 .
(Inherited from GradientStopList .)
Public property IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public property Item
Gets the gradient stop by index.
(Inherited from GradientStopList .)
Public property SyncRoot
Gets a synchronization root. Readonly Object .
Top
See Also