IAdjustValueCollection

IAdjustValueCollection

Overview

IAdjustValueCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of shape adjustment values.

Properties: AsICollection, AsIEnumerable, Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of adjustment values.
AsICollectionIList<IAdjustValue>ReadGets all adjustment values as a list.
AsIEnumerableIEnumerable<IAdjustValue>ReadGets all adjustment values as an enumerable.

See Also