Adjustments.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the specified adjustment value.
public:
property float default[int] { float get(int Index); void set(int Index, float value); };
public float this[int Index] { get; set; }
Default Public Property Item(Index As Integer) As Single
Parameters
- Index
- Int32
Required Integer. The index number of the adjustment.
Property Value
Remarks
For linear adjustments, an adjustment value of 0.0 generally corresponds to the left or top edge of the shape, and a value of 1.0 generally corresponds to the right or bottom edge of the shape. However, adjustments can pass beyond shape boundaries for some shapes. For radial adjustments, an adjustment value of 1.0 corresponds to the width of the shape. For angular adjustments, the adjustment value is specified in degrees. The Item property applies only to shapes that have adjustments.
AutoShapes, connectors, and WordArt objects can have up to eight adjustments.