C#
VB
WinRT C#
C++
Gets or sets the Y coordinate of the annotation.
public float Y { get; set; }
Public Property Y As Single
public float Y {get; set;}
<br/>get_Y();<br/>set_Y(value);<br/>Object.defineProperty('Y');
public:
property float Y {
float get();
void set ( float value);
}
Value indicating the Y 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