Gets the mapped x coordinate of the annotation currently being imported. Setting this property will modify x position of the imported annotation.
Syntax
public int NewX {get; set;}
public: __property int get_NewX();
public: __property void set_NewX(
int value
);
public:
property int NewX {
int get();
void set ( int value);
}
See Also