[]
Moves the specified shape vertically by the specified number of pixels.
void IncrementTop(int increment)
Sub IncrementTop(increment As Integer)
Type | Name | Description |
---|---|---|
int | 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. |