IAdjustValueCollection
Overview
IAdjustValueCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of shape adjustment values.
Properties: AsICollection, AsIEnumerable, Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of adjustment values. |
AsICollection | IList<IAdjustValue> | Read | Gets all adjustment values as a list. |
AsIEnumerable | IEnumerable<IAdjustValue> | Read | Gets all adjustment values as an enumerable. |