←Select platform

Y Property

Summary

Gets or sets the Y coordinate of the annotation.

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

Value indicating the Y coordinate of the annotation.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly