Shape.Adjustments Property

Returns a Adjustments object that contains adjustment values for all the adjustments in the specified Shape object that represents an AutoShape or WordArt.

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

Syntax

'Declaration
ReadOnly Property Adjustments As Adjustments
    Get
'Usage
Dim instance As Shape
Dim value As Adjustments

value = instance.Adjustments
Adjustments Adjustments { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Adjustments

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace