[]
Represents a collection of adjustment values for the specified AutoShape or connector.
public interface IAdjustments : IEnumerable
Gets the count of adjustments point.
int Count { get; }
Gets or sets the value of specified adjustment point.
double this[int Index] { get; set; }
Index
intThe index number of adjustments collection.
The value of the specified adjustment point.