IncrementTop Method (IShape)
In This Topic
Moves the specified shape vertically by the specified number of pixels.
Syntax
'Declaration
Sub IncrementTop( _
ByVal As Integer _
)
'Usage
Dim instance As IShape
Dim increment As Integer
instance.IncrementTop(increment)
Parameters
- increment
- Specifies how far the shape object is to be moved vertically, in pixels. A positive value moves the shape down; a negative value moves it up.
See Also