←Select platform

Y Property

Summary

Gets or sets the y-coordinate of the upper-left corner of this LeadRect structure.

Syntax

C#
VB
Java
WinRT C#
C++
[DataMemberAttribute(Name="y", Order=1, IsRequired=true)] 
public int Y { get; set; } 
Public Property Y As Integer 
public int Y {get; set;} 
public int getY() 
public void setY(int value) 
             
 <br/>get_Y();<br/>set_Y(value);<br/>Object.defineProperty('Y');  
public: 
property int Y { 
   int get(); 
   void set (    int ); 
} 

Property Value

The y-coordinate of this LeadRect.

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 Assembly