Click or drag to resize

ImageTransformEffectCollection Properties

The ImageTransformEffectCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of image effects in a collection. Read-only Int32 .
(Inherited from ImageTransform .)
Public property IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public property Item
Gets an ImageTransformBase from the collection by it's index.
(Inherited from ImageTransform .)
Public property Presentation
Gets the parent presentation for an ImageTransform collection. Read-only PresentationPptx .
(Inherited from ImageTransform .)
Public property Slide
Gets the parent slide for an ImageTransform collection. Read-only ActiveSlide .
(Inherited from ImageTransform .)
Public property SyncRoot
Gets a synchronization root. Readonly Object .
Top
See Also