AdjustValueCollection

AdjustValueCollection class

Reprasents a collection of shape’s adjustments.

public sealed class AdjustValueCollection : DomObject<GeometryShape>, IAdjustValueCollection

Properties

NameDescription
Count { get; }Return a number of adjustments. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Returns adjustment by index.
SyncRoot { get; }Returns a synchronization root. Read-only Object.

Methods

NameDescription
CopyTo(Array, int)Copies all elements from the collection to the specified array.

See Also