Moves the specified annotation object one level down, towards the back, in the painting order of the specified layer.
Syntax
public: void NudgeDown();
public:
void NudgeDown();
'Declaration
Public Sub NudgeDown()
'Usage
Dim instance As Element
instance.NudgeDown()
See Also