IAdjustValueCollection Interface

Reprasents a collection of shape's adjustments.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IAdjustValueCollection : ICollection, 
	IEnumerable

The IAdjustValueCollection type exposes the following members.

Properties
  NameDescription
Public propertyAsICollection
Allows to get base ICollection interface. Read-only ICollection.
Public propertyAsIEnumerable
Returns IEnumerable interface. Read-only IEnumerable.
Public propertyCount (Inherited from ICollection.)
Public propertyIsSynchronized (Inherited from ICollection.)
Public propertyItem
Returns adjustment by index.
Public propertySyncRoot (Inherited from ICollection.)
Methods
  NameDescription
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerable.)
See Also