←Select platform

X Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
[DataMemberAttribute(Name="x", Order=0, IsRequired=true)] 
public int X { get; set; } 
Public Property X As Integer 
public int X {get; set;} 
public int getX() 
public void setX(int value) 
             
 <br/>get_X();<br/>set_X(value);<br/>Object.defineProperty('X');  
public: 
property int X { 
   int get(); 
   void set (    int ); 
} 

Property Value

The x-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