ColorOperationCollection Properties

The ColorOperationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of operations in a collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns or sets the operation at the specified index. Read/write ColorOperation.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
See Also