Share via


Adjustments.Item Property

Returns or sets the specified adjustment value.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Default Property Item ( _
    Index As Integer _
) As Single
    Get
    Set
'Usage
Dim instance As Adjustments
Dim Index As Integer
Dim value As Single

value = instance(Index)

instance(Index) = value
float this[
    int Index
] { get; set; }

Parameters

  • Index
    Type: System.Int32
    The index number of the adjustment.

Property Value

Type: System.Single

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 and WordArt objects have up to eight adjustments.

See Also

Reference

Adjustments Interface

Adjustments Members

Microsoft.Office.Interop.Word Namespace