IAdjustValueCollection
Overview
IAdjustValueCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of shape adjustment values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Returns the total number of adjust values in the collection |
AsICollection | IList<IAdjustValue> | Read | Provides the adjust values as an IList for indexed access |
AsIEnumerable | IEnumerable<IAdjustValue> | Read | Provides the adjust values as an IEnumerable for iteration |