Click or drag to resize

EffectStyleCollection Properties

The EffectStyleCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets a number of elements in the collection. Readonly Int32 ,
(Inherited from EffectStyleList .)
Public property IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public property Item
Gets an element at specified position. Readonly EffectStyle .
(Inherited from EffectStyleList .)
Public property SyncRoot
Gets a synchronization root. Readonly Object .
Top
See Also