NShape Reference
Shape.Y Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Shape.Y Property

Previous pageReturn to chapter overviewNext page

Gets and sets the Y coordinate of the shape position.

Syntax

public abstract int Y { getset; }

Description

Modifying this property moves the shape just like MoveTo would do it. The advantage of MoveTo is that a movement in both directions can be executed in one action.

Value

Y coordinate of the shape position.