AdjustValueCollection Class

Reprasents a collection of shape's adjustments.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesAdjustValueCollection

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

The AdjustValueCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Return a number of adjustments. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns adjustment by index.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also