NShape Reference
Shape.X Property

<< Click to Display Table of Contents >>

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

NShape Reference
Shape.X Property

Previous pageReturn to chapter overviewNext page

Gets and sets the X coordinate of the shape position.

Syntax

public abstract int X { 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

X coordinate of the shape position.