C#
VB
WinRT C#
C++
Gets or sets the X coordinate of the annotation.
public float X { get; set; }
Public Property X As Single
public float X {get; set;}
<br/>get_X();<br/>set_X(value);<br/>Object.defineProperty('X');
public:
property float X {
float get();
void set ( float value);
}
Value indicating the X coordinate of the annotation.
For an example, refer to FindFirstGraphicAnnSQItem.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET