AdjustValueCollection
AdjustValueCollection class
Reprasents a collection of shape’s adjustments.
public sealed class AdjustValueCollection : DomObject<GeometryShape>, IAdjustValueCollection
Properties
Name | Description |
---|
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
Name | Description |
---|
CopyTo(Array, int) | Copies all elements from the collection to the specified array. |
See Also